Classes | Variables
framework.infrastructure.gcp.api Namespace Reference

Classes

class  Error
 
class  GcpApiManager
 
class  GcpProjectApiResource
 
class  GcpStandardCloudApiResource
 
class  OperationError
 
class  ResponseError
 
class  TransportError
 

Variables

 _HighlighterYaml = framework.helpers.highlighter.HighlighterYaml
 
 _HttpError = googleapiclient.errors.HttpError
 
 _HttpLib2Error = googleapiclient.http.httplib2.HttpLib2Error
 
 COMPUTE_V1_DISCOVERY_FILE
 
 GCP_UI_URL
 
 HttpRequest = googleapiclient.http.HttpRequest
 
 logger = logging.getLogger(__name__)
 
 Operation = operations_pb2.Operation
 
 PRIVATE_API_KEY_SECRET_NAME
 
 V1_DISCOVERY_URI
 
 V2_DISCOVERY_URI
 

Variable Documentation

◆ _HighlighterYaml

framework.infrastructure.gcp.api._HighlighterYaml = framework.helpers.highlighter.HighlighterYaml
private

Definition at line 59 of file api.py.

◆ _HttpError

framework.infrastructure.gcp.api._HttpError = googleapiclient.errors.HttpError
private

Definition at line 57 of file api.py.

◆ _HttpLib2Error

framework.infrastructure.gcp.api._HttpLib2Error = googleapiclient.http.httplib2.HttpLib2Error
private

Definition at line 58 of file api.py.

◆ COMPUTE_V1_DISCOVERY_FILE

framework.infrastructure.gcp.api.COMPUTE_V1_DISCOVERY_FILE
Initial value:
1 = flags.DEFINE_string(
2  "compute_v1_discovery_file",
3  default=None,
4  help="Load compute v1 from discovery file")

Definition at line 48 of file api.py.

◆ GCP_UI_URL

framework.infrastructure.gcp.api.GCP_UI_URL
Initial value:
1 = flags.DEFINE_string("gcp_ui_url",
2  default="console.cloud.google.com",
3  help="Override GCP UI URL.")

Definition at line 52 of file api.py.

◆ HttpRequest

framework.infrastructure.gcp.api.HttpRequest = googleapiclient.http.HttpRequest

Definition at line 61 of file api.py.

◆ logger

framework.infrastructure.gcp.api.logger = logging.getLogger(__name__)

Definition at line 36 of file api.py.

◆ Operation

framework.infrastructure.gcp.api.Operation = operations_pb2.Operation

Definition at line 60 of file api.py.

◆ PRIVATE_API_KEY_SECRET_NAME

framework.infrastructure.gcp.api.PRIVATE_API_KEY_SECRET_NAME
Initial value:
1 = flags.DEFINE_string(
2  "private_api_key_secret_name",
3  default=None,
4  help="Load Private API access key from the latest version of the secret "
5  "with the given name, in the format projects/*/secrets/*")

Definition at line 37 of file api.py.

◆ V1_DISCOVERY_URI

framework.infrastructure.gcp.api.V1_DISCOVERY_URI
Initial value:
1 = flags.DEFINE_string("v1_discovery_uri",
2  default=discovery.V1_DISCOVERY_URI,
3  help="Override v1 Discovery URI")

Definition at line 42 of file api.py.

◆ V2_DISCOVERY_URI

framework.infrastructure.gcp.api.V2_DISCOVERY_URI
Initial value:
1 = flags.DEFINE_string("v2_discovery_uri",
2  default=discovery.V2_DISCOVERY_URI,
3  help="Override v2 Discovery URI")

Definition at line 45 of file api.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:10