Summary of entries of Methods for certificatemanager.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient
CertificateManagerAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
transports
.
base
.
CertificateManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
transports
.
base
.
CertificateManagerTransport
]]]
=
'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 certificate manager async client.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.ca_pool_path
ca_pool_path
(
project
:
str
,
location
:
str
,
ca_pool
:
str
)
-
> str
Returns a fully-qualified ca_pool string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.certificate_issuance_config_path
certificate_issuance_config_path
(
project
:
str
,
location
:
str
,
certificate_issuance_config
:
str
)
-
> str
Returns a fully-qualified certificate_issuance_config string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.certificate_map_entry_path
certificate_map_entry_path
(
project
:
str
,
location
:
str
,
certificate_map
:
str
,
certificate_map_entry
:
str
)
-
> str
Returns a fully-qualified certificate_map_entry string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.certificate_map_path
certificate_map_path
(
project
:
str
,
location
:
str
,
certificate_map
:
str
)
-
> str
Returns a fully-qualified certificate_map string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.certificate_path
certificate_path
(
project
:
str
,
location
:
str
,
certificate
:
str
)
-
> str
Returns a fully-qualified certificate string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_certificate
create_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
]
=
None
,
certificate_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new Certificate in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_certificate_issuance_config
create_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CreateCertificateIssuanceConfigRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_issuance_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CertificateIssuanceConfig
]
=
None
,
certificate_issuance_config_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new CertificateIssuanceConfig in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_certificate_map
create_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateMapRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_map
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
]
=
None
,
certificate_map_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new CertificateMap in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_certificate_map_entry
create_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateMapEntryRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_map_entry
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
]
=
None
,
certificate_map_entry_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new CertificateMapEntry in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_dns_authorization
create_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateDnsAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dns_authorization
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
]
=
None
,
dns_authorization_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new DnsAuthorization in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.create_trust_config
create_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
CreateTrustConfigRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
trust_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
]
=
None
,
trust_config_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new TrustConfig in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_certificate
delete_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_certificate_issuance_config
delete_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
DeleteCertificateIssuanceConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single CertificateIssuanceConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_certificate_map
delete_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateMapRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_certificate_map_entry
delete_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateMapEntryRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_dns_authorization
delete_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteDnsAuthorizationRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> None
Deletes a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.delete_trust_config
delete_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
DeleteTrustConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.dns_authorization_path
dns_authorization_path
(
project
:
str
,
location
:
str
,
dns_authorization
:
str
)
-
> str
Returns a fully-qualified dns_authorization string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_certificate
get_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
Gets details of a single Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_certificate_issuance_config
get_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
GetCertificateIssuanceConfigRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CertificateIssuanceConfig
)
Gets details of a single CertificateIssuanceConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_certificate_map
get_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateMapRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
Gets details of a single CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_certificate_map_entry
get_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateMapEntryRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
Gets details of a single CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_dns_authorization
get_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetDnsAuthorizationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
Gets details of a single DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_transport_class
get_transport_class
()
-
> (
typing
.
Type
[
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
transports
.
base
.
CertificateManagerTransport
]
)
Returns an appropriate transport class.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.get_trust_config
get_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
GetTrustConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
Gets details of a single TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_certificate_issuance_configs
list_certificate_issuance_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateIssuanceConfigsAsyncPager
)
Lists CertificateIssuanceConfigs in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_certificate_map_entries
list_certificate_map_entries
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateMapEntriesAsyncPager
)
Lists CertificateMapEntries in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_certificate_maps
list_certificate_maps
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateMapsAsyncPager
)
Lists CertificateMaps in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_certificates
list_certificates
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificatesAsyncPager
)
Lists Certificates in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_dns_authorizations
list_dns_authorizations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListDnsAuthorizationsAsyncPager
)
Lists DnsAuthorizations in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.list_trust_configs
list_trust_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListTrustConfigsAsyncPager
)
Lists TrustConfigs in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_ca_pool_path
parse_ca_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a ca_pool path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_certificate_issuance_config_path
parse_certificate_issuance_config_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_issuance_config path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_certificate_map_entry_path
parse_certificate_map_entry_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_map_entry path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_certificate_map_path
parse_certificate_map_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_map path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_certificate_path
parse_certificate_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.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.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_dns_authorization_path
parse_dns_authorization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dns_authorization path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.parse_trust_config_path
parse_trust_config_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a trust_config path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.trust_config_path
trust_config_path
(
project
:
str
,
location
:
str
,
trust_config
:
str
)
-
> str
Returns a fully-qualified trust_config string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.update_certificate
update_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateRequest
,
dict
,
]
]
=
None
,
*
,
certificate
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.update_certificate_map
update_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateMapRequest
,
dict
,
]
]
=
None
,
*
,
certificate_map
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.update_certificate_map_entry
update_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateMapEntryRequest
,
dict
,
]
]
=
None
,
*
,
certificate_map_entry
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.update_dns_authorization
update_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateDnsAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
dns_authorization
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerAsyncClient.update_trust_config
update_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
UpdateTrustConfigRequest
,
dict
,
]
]
=
None
,
*
,
trust_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates a TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient
CertificateManagerClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
transports
.
base
.
CertificateManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
transports
.
base
.
CertificateManagerTransport
]]]
=
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 certificate manager client.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient. exit
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.ca_pool_path
ca_pool_path
(
project
:
str
,
location
:
str
,
ca_pool
:
str
)
-
> str
Returns a fully-qualified ca_pool string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.certificate_issuance_config_path
certificate_issuance_config_path
(
project
:
str
,
location
:
str
,
certificate_issuance_config
:
str
)
-
> str
Returns a fully-qualified certificate_issuance_config string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.certificate_map_entry_path
certificate_map_entry_path
(
project
:
str
,
location
:
str
,
certificate_map
:
str
,
certificate_map_entry
:
str
)
-
> str
Returns a fully-qualified certificate_map_entry string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.certificate_map_path
certificate_map_path
(
project
:
str
,
location
:
str
,
certificate_map
:
str
)
-
> str
Returns a fully-qualified certificate_map string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.certificate_path
certificate_path
(
project
:
str
,
location
:
str
,
certificate
:
str
)
-
> str
Returns a fully-qualified certificate string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_certificate
create_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
]
=
None
,
certificate_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new Certificate in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_certificate_issuance_config
create_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CreateCertificateIssuanceConfigRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_issuance_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CertificateIssuanceConfig
]
=
None
,
certificate_issuance_config_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new CertificateIssuanceConfig in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_certificate_map
create_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateMapRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_map
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
]
=
None
,
certificate_map_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new CertificateMap in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_certificate_map_entry
create_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateCertificateMapEntryRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
certificate_map_entry
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
]
=
None
,
certificate_map_entry_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new CertificateMapEntry in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_dns_authorization
create_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CreateDnsAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dns_authorization
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
]
=
None
,
dns_authorization_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new DnsAuthorization in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.create_trust_config
create_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
CreateTrustConfigRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
trust_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
]
=
None
,
trust_config_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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new TrustConfig in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_certificate
delete_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_certificate_issuance_config
delete_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
DeleteCertificateIssuanceConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single CertificateIssuanceConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_certificate_map
delete_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateMapRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_certificate_map_entry
delete_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteCertificateMapEntryRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_dns_authorization
delete_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DeleteDnsAuthorizationRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> None
Deletes a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.delete_trust_config
delete_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
DeleteTrustConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.dns_authorization_path
dns_authorization_path
(
project
:
str
,
location
:
str
,
dns_authorization
:
str
)
-
> str
Returns a fully-qualified dns_authorization string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_certificate
get_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
Gets details of a single Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_certificate_issuance_config
get_certificate_issuance_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
GetCertificateIssuanceConfigRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
CertificateIssuanceConfig
)
Gets details of a single CertificateIssuanceConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_certificate_map
get_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateMapRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
Gets details of a single CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_certificate_map_entry
get_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetCertificateMapEntryRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
Gets details of a single CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_dns_authorization
get_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
GetDnsAuthorizationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
Gets details of a single DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.get_trust_config
get_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
GetTrustConfigRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
Gets details of a single TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_certificate_issuance_configs
list_certificate_issuance_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateIssuanceConfigsPager
)
Lists CertificateIssuanceConfigs in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_certificate_map_entries
list_certificate_map_entries
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateMapEntriesPager
)
Lists CertificateMapEntries in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_certificate_maps
list_certificate_maps
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificateMapsPager
)
Lists CertificateMaps in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_certificates
list_certificates
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListCertificatesPager
)
Lists Certificates in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_dns_authorizations
list_dns_authorizations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListDnsAuthorizationsPager
)
Lists DnsAuthorizations in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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
,
str
]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.list_trust_configs
list_trust_configs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
certificate_manager_v1
.
services
.
certificate_manager
.
pagers
.
ListTrustConfigsPager
)
Lists TrustConfigs in a given project and location.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_ca_pool_path
parse_ca_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a ca_pool path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_certificate_issuance_config_path
parse_certificate_issuance_config_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_issuance_config path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_certificate_map_entry_path
parse_certificate_map_entry_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_map_entry path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_certificate_map_path
parse_certificate_map_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate_map path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_certificate_path
parse_certificate_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a certificate path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.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.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_dns_authorization_path
parse_dns_authorization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dns_authorization path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.parse_trust_config_path
parse_trust_config_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a trust_config path into its component segments.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.trust_config_path
trust_config_path
(
project
:
str
,
location
:
str
,
trust_config
:
str
)
-
> str
Returns a fully-qualified trust_config string.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.update_certificate
update_certificate
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateRequest
,
dict
,
]
]
=
None
,
*
,
certificate
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
Certificate
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a Certificate.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.update_certificate_map
update_certificate_map
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateMapRequest
,
dict
,
]
]
=
None
,
*
,
certificate_map
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMap
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a CertificateMap.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.update_certificate_map_entry
update_certificate_map_entry
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateCertificateMapEntryRequest
,
dict
,
]
]
=
None
,
*
,
certificate_map_entry
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
CertificateMapEntry
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a CertificateMapEntry.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.update_dns_authorization
update_dns_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
UpdateDnsAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
dns_authorization
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
DnsAuthorization
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a DnsAuthorization.
google.cloud.certificate_manager_v1.services.certificate_manager.CertificateManagerClient.update_trust_config
update_trust_config
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
UpdateTrustConfigRequest
,
dict
,
]
]
=
None
,
*
,
trust_config
:
typing
.
Optional
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
TrustConfig
]
=
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
,
str
]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates a TrustConfig.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateIssuanceConfigsAsyncPager
ListCertificateIssuanceConfigsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateIssuanceConfigsPager
ListCertificateIssuanceConfigsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_issuance_config
.
ListCertificateIssuanceConfigsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateMapEntriesAsyncPager
ListCertificateMapEntriesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateMapEntriesPager
ListCertificateMapEntriesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapEntriesResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateMapsAsyncPager
ListCertificateMapsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateMapsPager
ListCertificateMapsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificateMapsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificateMapsPager
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificatesAsyncPager
ListCertificatesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificatesAsyncPager
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificatesPager
ListCertificatesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListCertificatesResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListCertificatesPager
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListDnsAuthorizationsAsyncPager
ListDnsAuthorizationsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListDnsAuthorizationsPager
ListDnsAuthorizationsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
certificate_manager
.
ListDnsAuthorizationsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListDnsAuthorizationsPager
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListTrustConfigsAsyncPager
ListTrustConfigsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsResponse
],
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListTrustConfigsAsyncPager
google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListTrustConfigsPager
ListTrustConfigsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsResponse
,
],
request
:
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsRequest
,
response
:
google
.
cloud
.
certificate_manager_v1
.
types
.
trust_config
.
ListTrustConfigsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.certificate_manager_v1.services.certificate_manager.pagers.ListTrustConfigsPager