GCPAPIGatewayHandler
helps interact with Google Cloud’s API Gateway service to fetch gateway details programmatically.
Example
To create theGCPAPIGatewayHandler
object, initialize it with your Google service account credentials (JSON file path or dictionary).
Lists all API Gateways available in your GCP project across supported regions.
Converts a Gateway object into a structured dictionary with useful metadata.
Converts a raw state value (string, int, or enum) into a Gateway.State enum.