Definition at line 329 of file api.py.
◆ __init__()
def framework.infrastructure.gcp.api.GcpProjectApiResource.__init__ |
( |
|
self, |
|
|
discovery.Resource |
api, |
|
|
str |
project |
|
) |
| |
◆ _execute()
Execute the immediate request.
Returns:
Unmarshalled response as a dictionary.
Raises:
ResponseError if the response was not a 2xx.
TransportError if a transport error has occurred.
Definition at line 342 of file api.py.
◆ resource_pretty_format()
str framework.infrastructure.gcp.api.GcpProjectApiResource.resource_pretty_format |
( |
|
self, |
|
|
dict |
body |
|
) |
| |
Return a string with pretty-printed resource body.
Definition at line 365 of file api.py.
◆ wait_for_operation()
◆ _GCP_API_RETRIES
int framework.infrastructure.gcp.api.GcpProjectApiResource._GCP_API_RETRIES = 5 |
|
staticprivate |
◆ _highlighter
framework.infrastructure.gcp.api.GcpProjectApiResource._highlighter |
|
private |
◆ _WAIT_FIXED_SEC
int framework.infrastructure.gcp.api.GcpProjectApiResource._WAIT_FIXED_SEC = 2 |
|
staticprivate |
◆ _WAIT_FOR_OPERATION_SEC
int framework.infrastructure.gcp.api.GcpProjectApiResource._WAIT_FOR_OPERATION_SEC = 60 * 10 |
|
staticprivate |
The documentation for this class was generated from the following file: