Summary of entries of Methods for config.
google.cloud.config_v1.services.config.ConfigAsyncClient
ConfigAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
config_v1
.
services
.
config
.
transports
.
base
.
ConfigTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
config_v1
.
services
.
config
.
transports
.
base
.
ConfigTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the config async client.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient
google.cloud.config_v1.services.config.ConfigAsyncClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.cancel_operation
google.cloud.config_v1.services.config.ConfigAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.common_billing_account_path
google.cloud.config_v1.services.config.ConfigAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.common_folder_path
google.cloud.config_v1.services.config.ConfigAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.common_location_path
google.cloud.config_v1.services.config.ConfigAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.common_organization_path
google.cloud.config_v1.services.config.ConfigAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.common_project_path
google.cloud.config_v1.services.config.ConfigAsyncClient.create_deployment
create_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
CreateDeploymentRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
]
=
None
,
deployment_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.create_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.create_preview
create_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
CreatePreviewRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
preview
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Preview
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.create_preview
google.cloud.config_v1.services.config.ConfigAsyncClient.delete_deployment
delete_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeleteDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.delete_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.delete_operation
google.cloud.config_v1.services.config.ConfigAsyncClient.delete_preview
delete_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeletePreviewRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.delete_preview
google.cloud.config_v1.services.config.ConfigAsyncClient.delete_statefile
delete_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeleteStatefileRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes Terraform state file in a given deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.delete_statefile
google.cloud.config_v1.services.config.ConfigAsyncClient.deployment_path
deployment_path
(
project
:
str
,
location
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified deployment string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.deployment_path
google.cloud.config_v1.services.config.ConfigAsyncClient.export_deployment_statefile
export_deployment_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportDeploymentStatefileRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Exports Terraform state file from a given deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.export_deployment_statefile
google.cloud.config_v1.services.config.ConfigAsyncClient.export_lock_info
export_lock_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportLockInfoRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
LockInfo
Exports the lock info on a locked deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.export_lock_info
google.cloud.config_v1.services.config.ConfigAsyncClient.export_preview_result
export_preview_result
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportPreviewResultRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ExportPreviewResultResponse
Export xref_Preview results.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.export_preview_result
google.cloud.config_v1.services.config.ConfigAsyncClient.export_revision_statefile
export_revision_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportRevisionStatefileRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Exports Terraform state file from a given revision.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.export_revision_statefile
google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_file
google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_info
google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.from_service_account_json
google.cloud.config_v1.services.config.ConfigAsyncClient.get_deployment
get_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
Gets details about a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_iam_policy
google.cloud.config_v1.services.config.ConfigAsyncClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_location
google.cloud.config_v1.services.config.ConfigAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.config_v1.services.config.ConfigAsyncClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_operation
google.cloud.config_v1.services.config.ConfigAsyncClient.get_preview
get_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetPreviewRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Preview
Gets details about a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_preview
google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource
get_resource
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Resource
Gets details about a xref_Resource deployed by Infra Manager.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource
google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource_change
get_resource_change
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceChangeRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ResourceChange
Get a ResourceChange for a given preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource_change
google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource_drift
get_resource_drift
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceDriftRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ResourceDrift
Get a ResourceDrift for a given preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_resource_drift
google.cloud.config_v1.services.config.ConfigAsyncClient.get_revision
get_revision
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetRevisionRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Revision
Gets details about a xref_Revision.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_revision
google.cloud.config_v1.services.config.ConfigAsyncClient.get_terraform_version
get_terraform_version
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetTerraformVersionRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
TerraformVersion
Gets details about a xref_TerraformVersion.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_terraform_version
google.cloud.config_v1.services.config.ConfigAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
config_v1
.
services
.
config
.
transports
.
base
.
ConfigTransport
]
Returns an appropriate transport class.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.get_transport_class
google.cloud.config_v1.services.config.ConfigAsyncClient.import_statefile
import_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ImportStatefileRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
lock_id
:
typing
.
Optional
[
int
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Imports Terraform state file in a given deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.import_statefile
google.cloud.config_v1.services.config.ConfigAsyncClient.list_deployments
list_deployments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListDeploymentsAsyncPager
Lists xref_Deployments in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_deployments
google.cloud.config_v1.services.config.ConfigAsyncClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_locations
google.cloud.config_v1.services.config.ConfigAsyncClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_operations
google.cloud.config_v1.services.config.ConfigAsyncClient.list_previews
list_previews
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListPreviewsAsyncPager
Lists xref_Previews in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_previews
google.cloud.config_v1.services.config.ConfigAsyncClient.list_resource_changes
list_resource_changes
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourceChangesAsyncPager
Lists ResourceChanges for a given preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_resource_changes
google.cloud.config_v1.services.config.ConfigAsyncClient.list_resource_drifts
list_resource_drifts
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourceDriftsAsyncPager
List ResourceDrifts for a given preview.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_resource_drifts
google.cloud.config_v1.services.config.ConfigAsyncClient.list_resources
list_resources
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourcesAsyncPager
Lists xref_Resources in a given revision.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_resources
google.cloud.config_v1.services.config.ConfigAsyncClient.list_revisions
list_revisions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListRevisionsAsyncPager
Lists xref_Revisions of a deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_revisions
google.cloud.config_v1.services.config.ConfigAsyncClient.list_terraform_versions
list_terraform_versions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListTerraformVersionsAsyncPager
Lists xref_TerraformVersions in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.list_terraform_versions
google.cloud.config_v1.services.config.ConfigAsyncClient.lock_deployment
lock_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
LockDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Locks a deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.lock_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_billing_account_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_folder_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_location_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_organization_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_common_project_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_deployment_path
parse_deployment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a deployment path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_deployment_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_preview_path
parse_preview_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a preview path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_preview_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_change_path
parse_resource_change_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource_change path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_change_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_drift_path
parse_resource_drift_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource_drift path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_drift_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_path
parse_resource_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_resource_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_revision_path
parse_revision_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a revision path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_revision_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_service_account_path
parse_service_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a service_account path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_service_account_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_terraform_version_path
parse_terraform_version_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a terraform_version path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_terraform_version_path
google.cloud.config_v1.services.config.ConfigAsyncClient.parse_worker_pool_path
parse_worker_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a worker_pool path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.parse_worker_pool_path
google.cloud.config_v1.services.config.ConfigAsyncClient.preview_path
preview_path
(
project
:
str
,
location
:
str
,
preview
:
str
)
-
> str
Returns a fully-qualified preview string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.preview_path
google.cloud.config_v1.services.config.ConfigAsyncClient.resource_change_path
resource_change_path
(
project
:
str
,
location
:
str
,
preview
:
str
,
resource_change
:
str
)
-
> str
Returns a fully-qualified resource_change string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.resource_change_path
google.cloud.config_v1.services.config.ConfigAsyncClient.resource_drift_path
resource_drift_path
(
project
:
str
,
location
:
str
,
preview
:
str
,
resource_drift
:
str
)
-
> str
Returns a fully-qualified resource_drift string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.resource_drift_path
google.cloud.config_v1.services.config.ConfigAsyncClient.resource_path
resource_path
(
project
:
str
,
location
:
str
,
deployment
:
str
,
revision
:
str
,
resource
:
str
)
-
> str
Returns a fully-qualified resource string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.resource_path
google.cloud.config_v1.services.config.ConfigAsyncClient.revision_path
revision_path
(
project
:
str
,
location
:
str
,
deployment
:
str
,
revision
:
str
)
-
> str
Returns a fully-qualified revision string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.revision_path
google.cloud.config_v1.services.config.ConfigAsyncClient.service_account_path
service_account_path
(
project
:
str
,
service_account
:
str
)
-
> str
Returns a fully-qualified service_account string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.service_account_path
google.cloud.config_v1.services.config.ConfigAsyncClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.set_iam_policy
google.cloud.config_v1.services.config.ConfigAsyncClient.terraform_version_path
terraform_version_path
(
project
:
str
,
location
:
str
,
terraform_version
:
str
)
-
> str
Returns a fully-qualified terraform_version string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.terraform_version_path
google.cloud.config_v1.services.config.ConfigAsyncClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.test_iam_permissions
google.cloud.config_v1.services.config.ConfigAsyncClient.unlock_deployment
unlock_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
UnlockDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
lock_id
:
typing
.
Optional
[
int
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Unlocks a locked deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.unlock_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.update_deployment
update_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
UpdateDeploymentRequest
,
dict
]
]
=
None
,
*
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.update_deployment
google.cloud.config_v1.services.config.ConfigAsyncClient.worker_pool_path
worker_pool_path
(
project
:
str
,
location
:
str
,
worker_pool
:
str
)
-
> str
Returns a fully-qualified worker_pool string.
See more: google.cloud.config_v1.services.config.ConfigAsyncClient.worker_pool_path
google.cloud.config_v1.services.config.ConfigClient
ConfigClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
config_v1
.
services
.
config
.
transports
.
base
.
ConfigTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
config_v1
.
services
.
config
.
transports
.
base
.
ConfigTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the config client.
See more: google.cloud.config_v1.services.config.ConfigClient
google.cloud.config_v1.services.config.ConfigClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.config_v1.services.config.ConfigClient. exit
google.cloud.config_v1.services.config.ConfigClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigClient.cancel_operation
google.cloud.config_v1.services.config.ConfigClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.config_v1.services.config.ConfigClient.common_billing_account_path
google.cloud.config_v1.services.config.ConfigClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.config_v1.services.config.ConfigClient.common_folder_path
google.cloud.config_v1.services.config.ConfigClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.config_v1.services.config.ConfigClient.common_location_path
google.cloud.config_v1.services.config.ConfigClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.config_v1.services.config.ConfigClient.common_organization_path
google.cloud.config_v1.services.config.ConfigClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.config_v1.services.config.ConfigClient.common_project_path
google.cloud.config_v1.services.config.ConfigClient.create_deployment
create_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
CreateDeploymentRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
]
=
None
,
deployment_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.create_deployment
google.cloud.config_v1.services.config.ConfigClient.create_preview
create_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
CreatePreviewRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
preview
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Preview
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigClient.create_preview
google.cloud.config_v1.services.config.ConfigClient.delete_deployment
delete_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeleteDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.delete_deployment
google.cloud.config_v1.services.config.ConfigClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigClient.delete_operation
google.cloud.config_v1.services.config.ConfigClient.delete_preview
delete_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeletePreviewRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigClient.delete_preview
google.cloud.config_v1.services.config.ConfigClient.delete_statefile
delete_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
DeleteStatefileRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes Terraform state file in a given deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.delete_statefile
google.cloud.config_v1.services.config.ConfigClient.deployment_path
deployment_path
(
project
:
str
,
location
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified deployment string.
See more: google.cloud.config_v1.services.config.ConfigClient.deployment_path
google.cloud.config_v1.services.config.ConfigClient.export_deployment_statefile
export_deployment_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportDeploymentStatefileRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Exports Terraform state file from a given deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.export_deployment_statefile
google.cloud.config_v1.services.config.ConfigClient.export_lock_info
export_lock_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportLockInfoRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
LockInfo
Exports the lock info on a locked deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.export_lock_info
google.cloud.config_v1.services.config.ConfigClient.export_preview_result
export_preview_result
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportPreviewResultRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ExportPreviewResultResponse
Export xref_Preview results.
See more: google.cloud.config_v1.services.config.ConfigClient.export_preview_result
google.cloud.config_v1.services.config.ConfigClient.export_revision_statefile
export_revision_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ExportRevisionStatefileRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Exports Terraform state file from a given revision.
See more: google.cloud.config_v1.services.config.ConfigClient.export_revision_statefile
google.cloud.config_v1.services.config.ConfigClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.config_v1.services.config.ConfigClient.from_service_account_file
google.cloud.config_v1.services.config.ConfigClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.config_v1.services.config.ConfigClient.from_service_account_info
google.cloud.config_v1.services.config.ConfigClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.config_v1.services.config.ConfigClient.from_service_account_json
google.cloud.config_v1.services.config.ConfigClient.get_deployment
get_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
Gets details about a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.get_deployment
google.cloud.config_v1.services.config.ConfigClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
See more: google.cloud.config_v1.services.config.ConfigClient.get_iam_policy
google.cloud.config_v1.services.config.ConfigClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
See more: google.cloud.config_v1.services.config.ConfigClient.get_location
google.cloud.config_v1.services.config.ConfigClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
See more: google.cloud.config_v1.services.config.ConfigClient.get_mtls_endpoint_and_cert_source
google.cloud.config_v1.services.config.ConfigClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
See more: google.cloud.config_v1.services.config.ConfigClient.get_operation
google.cloud.config_v1.services.config.ConfigClient.get_preview
get_preview
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetPreviewRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Preview
Gets details about a xref_Preview.
See more: google.cloud.config_v1.services.config.ConfigClient.get_preview
google.cloud.config_v1.services.config.ConfigClient.get_resource
get_resource
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Resource
Gets details about a xref_Resource deployed by Infra Manager.
See more: google.cloud.config_v1.services.config.ConfigClient.get_resource
google.cloud.config_v1.services.config.ConfigClient.get_resource_change
get_resource_change
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceChangeRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ResourceChange
Get a ResourceChange for a given preview.
See more: google.cloud.config_v1.services.config.ConfigClient.get_resource_change
google.cloud.config_v1.services.config.ConfigClient.get_resource_drift
get_resource_drift
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetResourceDriftRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
ResourceDrift
Get a ResourceDrift for a given preview.
See more: google.cloud.config_v1.services.config.ConfigClient.get_resource_drift
google.cloud.config_v1.services.config.ConfigClient.get_revision
get_revision
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetRevisionRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Revision
Gets details about a xref_Revision.
See more: google.cloud.config_v1.services.config.ConfigClient.get_revision
google.cloud.config_v1.services.config.ConfigClient.get_terraform_version
get_terraform_version
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
GetTerraformVersionRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
TerraformVersion
Gets details about a xref_TerraformVersion.
See more: google.cloud.config_v1.services.config.ConfigClient.get_terraform_version
google.cloud.config_v1.services.config.ConfigClient.import_statefile
import_statefile
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ImportStatefileRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
lock_id
:
typing
.
Optional
[
int
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
types
.
config
.
Statefile
Imports Terraform state file in a given deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.import_statefile
google.cloud.config_v1.services.config.ConfigClient.list_deployments
list_deployments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListDeploymentsPager
Lists xref_Deployments in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigClient.list_deployments
google.cloud.config_v1.services.config.ConfigClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.config_v1.services.config.ConfigClient.list_locations
google.cloud.config_v1.services.config.ConfigClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.config_v1.services.config.ConfigClient.list_operations
google.cloud.config_v1.services.config.ConfigClient.list_previews
list_previews
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListPreviewsPager
Lists xref_Previews in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigClient.list_previews
google.cloud.config_v1.services.config.ConfigClient.list_resource_changes
list_resource_changes
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourceChangesPager
Lists ResourceChanges for a given preview.
See more: google.cloud.config_v1.services.config.ConfigClient.list_resource_changes
google.cloud.config_v1.services.config.ConfigClient.list_resource_drifts
list_resource_drifts
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourceDriftsPager
List ResourceDrifts for a given preview.
See more: google.cloud.config_v1.services.config.ConfigClient.list_resource_drifts
google.cloud.config_v1.services.config.ConfigClient.list_resources
list_resources
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListResourcesPager
Lists xref_Resources in a given revision.
See more: google.cloud.config_v1.services.config.ConfigClient.list_resources
google.cloud.config_v1.services.config.ConfigClient.list_revisions
list_revisions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListRevisionsPager
Lists xref_Revisions of a deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.list_revisions
google.cloud.config_v1.services.config.ConfigClient.list_terraform_versions
list_terraform_versions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
config_v1
.
services
.
config
.
pagers
.
ListTerraformVersionsPager
Lists xref_TerraformVersions in a given project and location.
See more: google.cloud.config_v1.services.config.ConfigClient.list_terraform_versions
google.cloud.config_v1.services.config.ConfigClient.lock_deployment
lock_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
LockDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Locks a deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.lock_deployment
google.cloud.config_v1.services.config.ConfigClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_common_billing_account_path
google.cloud.config_v1.services.config.ConfigClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_common_folder_path
google.cloud.config_v1.services.config.ConfigClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_common_location_path
google.cloud.config_v1.services.config.ConfigClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_common_organization_path
google.cloud.config_v1.services.config.ConfigClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_common_project_path
google.cloud.config_v1.services.config.ConfigClient.parse_deployment_path
parse_deployment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a deployment path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_deployment_path
google.cloud.config_v1.services.config.ConfigClient.parse_preview_path
parse_preview_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a preview path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_preview_path
google.cloud.config_v1.services.config.ConfigClient.parse_resource_change_path
parse_resource_change_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource_change path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_resource_change_path
google.cloud.config_v1.services.config.ConfigClient.parse_resource_drift_path
parse_resource_drift_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource_drift path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_resource_drift_path
google.cloud.config_v1.services.config.ConfigClient.parse_resource_path
parse_resource_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a resource path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_resource_path
google.cloud.config_v1.services.config.ConfigClient.parse_revision_path
parse_revision_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a revision path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_revision_path
google.cloud.config_v1.services.config.ConfigClient.parse_service_account_path
parse_service_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a service_account path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_service_account_path
google.cloud.config_v1.services.config.ConfigClient.parse_terraform_version_path
parse_terraform_version_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a terraform_version path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_terraform_version_path
google.cloud.config_v1.services.config.ConfigClient.parse_worker_pool_path
parse_worker_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a worker_pool path into its component segments.
See more: google.cloud.config_v1.services.config.ConfigClient.parse_worker_pool_path
google.cloud.config_v1.services.config.ConfigClient.preview_path
preview_path
(
project
:
str
,
location
:
str
,
preview
:
str
)
-
> str
Returns a fully-qualified preview string.
See more: google.cloud.config_v1.services.config.ConfigClient.preview_path
google.cloud.config_v1.services.config.ConfigClient.resource_change_path
resource_change_path
(
project
:
str
,
location
:
str
,
preview
:
str
,
resource_change
:
str
)
-
> str
Returns a fully-qualified resource_change string.
See more: google.cloud.config_v1.services.config.ConfigClient.resource_change_path
google.cloud.config_v1.services.config.ConfigClient.resource_drift_path
resource_drift_path
(
project
:
str
,
location
:
str
,
preview
:
str
,
resource_drift
:
str
)
-
> str
Returns a fully-qualified resource_drift string.
See more: google.cloud.config_v1.services.config.ConfigClient.resource_drift_path
google.cloud.config_v1.services.config.ConfigClient.resource_path
resource_path
(
project
:
str
,
location
:
str
,
deployment
:
str
,
revision
:
str
,
resource
:
str
)
-
> str
Returns a fully-qualified resource string.
See more: google.cloud.config_v1.services.config.ConfigClient.resource_path
google.cloud.config_v1.services.config.ConfigClient.revision_path
revision_path
(
project
:
str
,
location
:
str
,
deployment
:
str
,
revision
:
str
)
-
> str
Returns a fully-qualified revision string.
See more: google.cloud.config_v1.services.config.ConfigClient.revision_path
google.cloud.config_v1.services.config.ConfigClient.service_account_path
service_account_path
(
project
:
str
,
service_account
:
str
)
-
> str
Returns a fully-qualified service_account string.
See more: google.cloud.config_v1.services.config.ConfigClient.service_account_path
google.cloud.config_v1.services.config.ConfigClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.config_v1.services.config.ConfigClient.set_iam_policy
google.cloud.config_v1.services.config.ConfigClient.terraform_version_path
terraform_version_path
(
project
:
str
,
location
:
str
,
terraform_version
:
str
)
-
> str
Returns a fully-qualified terraform_version string.
See more: google.cloud.config_v1.services.config.ConfigClient.terraform_version_path
google.cloud.config_v1.services.config.ConfigClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.config_v1.services.config.ConfigClient.test_iam_permissions
google.cloud.config_v1.services.config.ConfigClient.unlock_deployment
unlock_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
UnlockDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
lock_id
:
typing
.
Optional
[
int
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Unlocks a locked deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.unlock_deployment
google.cloud.config_v1.services.config.ConfigClient.update_deployment
update_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
config_v1
.
types
.
config
.
UpdateDeploymentRequest
,
dict
]
]
=
None
,
*
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
config_v1
.
types
.
config
.
Deployment
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a xref_Deployment.
See more: google.cloud.config_v1.services.config.ConfigClient.update_deployment
google.cloud.config_v1.services.config.ConfigClient.worker_pool_path
worker_pool_path
(
project
:
str
,
location
:
str
,
worker_pool
:
str
)
-
> str
Returns a fully-qualified worker_pool string.
See more: google.cloud.config_v1.services.config.ConfigClient.worker_pool_path
google.cloud.config_v1.services.config.pagers.ListDeploymentsAsyncPager
ListDeploymentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListDeploymentsAsyncPager
google.cloud.config_v1.services.config.pagers.ListDeploymentsPager
ListDeploymentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListDeploymentsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListDeploymentsPager
google.cloud.config_v1.services.config.pagers.ListPreviewsAsyncPager
ListPreviewsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListPreviewsAsyncPager
google.cloud.config_v1.services.config.pagers.ListPreviewsPager
ListPreviewsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListPreviewsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListPreviewsPager
google.cloud.config_v1.services.config.pagers.ListResourceChangesAsyncPager
ListResourceChangesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourceChangesAsyncPager
google.cloud.config_v1.services.config.pagers.ListResourceChangesPager
ListResourceChangesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceChangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourceChangesPager
google.cloud.config_v1.services.config.pagers.ListResourceDriftsAsyncPager
ListResourceDriftsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourceDriftsAsyncPager
google.cloud.config_v1.services.config.pagers.ListResourceDriftsPager
ListResourceDriftsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourceDriftsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourceDriftsPager
google.cloud.config_v1.services.config.pagers.ListResourcesAsyncPager
ListResourcesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourcesAsyncPager
google.cloud.config_v1.services.config.pagers.ListResourcesPager
ListResourcesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListResourcesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListResourcesPager
google.cloud.config_v1.services.config.pagers.ListRevisionsAsyncPager
ListRevisionsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListRevisionsAsyncPager
google.cloud.config_v1.services.config.pagers.ListRevisionsPager
ListRevisionsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListRevisionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListRevisionsPager
google.cloud.config_v1.services.config.pagers.ListTerraformVersionsAsyncPager
ListTerraformVersionsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsResponse
],
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.config_v1.services.config.pagers.ListTerraformVersionsAsyncPager
google.cloud.config_v1.services.config.pagers.ListTerraformVersionsPager
ListTerraformVersionsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsResponse
],
request
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsRequest
,
response
:
google
.
cloud
.
config_v1
.
types
.
config
.
ListTerraformVersionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.config_v1.services.config.pagers.ListTerraformVersionsPager