Summary of entries of Methods for publicca.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient
PublicCertificateAuthorityServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
security
.
publicca_v1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
security
.
publicca_v1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]]]
=
'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 public certificate authority service async client.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.create_external_account_key
create_external_account_key
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
security
.
publicca_v1
.
types
.
service
.
CreateExternalAccountKeyRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
external_account_key
:
typing
.
Optional
[
google
.
cloud
.
security
.
publicca_v1
.
types
.
resources
.
ExternalAccountKey
]
=
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
.
security
.
publicca_v1
.
types
.
resources
.
ExternalAccountKey
Creates a new xref_ExternalAccountKey bound to the project.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.external_account_key_path
external_account_key_path
(
project
:
str
,
location
:
str
,
external_account_key
:
str
)
-
> str
Returns a fully-qualified external_account_key string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
security
.
publicca_v1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]
Returns an appropriate transport class.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_external_account_key_path
parse_external_account_key_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a external_account_key path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient
PublicCertificateAuthorityServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
security
.
publicca_v1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
security
.
publicca_v1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]]]
=
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 public certificate authority service client.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.create_external_account_key
create_external_account_key
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
security
.
publicca_v1
.
types
.
service
.
CreateExternalAccountKeyRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
external_account_key
:
typing
.
Optional
[
google
.
cloud
.
security
.
publicca_v1
.
types
.
resources
.
ExternalAccountKey
]
=
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
.
security
.
publicca_v1
.
types
.
resources
.
ExternalAccountKey
Creates a new xref_ExternalAccountKey bound to the project.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.external_account_key_path
external_account_key_path
(
project
:
str
,
location
:
str
,
external_account_key
:
str
)
-
> str
Returns a fully-qualified external_account_key string.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.security.publicca_v1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_external_account_key_path
parse_external_account_key_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a external_account_key path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient
PublicCertificateAuthorityServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
security
.
publicca_v1beta1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
security
.
publicca_v1beta1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]]]
=
'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 public certificate authority service async client.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.create_external_account_key
create_external_account_key
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
security
.
publicca_v1beta1
.
types
.
service
.
CreateExternalAccountKeyRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
external_account_key
:
typing
.
Optional
[
google
.
cloud
.
security
.
publicca_v1beta1
.
types
.
resources
.
ExternalAccountKey
]
=
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
.
security
.
publicca_v1beta1
.
types
.
resources
.
ExternalAccountKey
Creates a new xref_ExternalAccountKey bound to the project.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.external_account_key_path
external_account_key_path
(
project
:
str
,
location
:
str
,
external_account_key
:
str
)
-
> str
Returns a fully-qualified external_account_key string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
security
.
publicca_v1beta1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]
Returns an appropriate transport class.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceAsyncClient.parse_external_account_key_path
parse_external_account_key_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a external_account_key path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient
PublicCertificateAuthorityServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
security
.
publicca_v1beta1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
security
.
publicca_v1beta1
.
services
.
public_certificate_authority_service
.
transports
.
base
.
PublicCertificateAuthorityServiceTransport
]]]
=
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 public certificate authority service client.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.create_external_account_key
create_external_account_key
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
security
.
publicca_v1beta1
.
types
.
service
.
CreateExternalAccountKeyRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
external_account_key
:
typing
.
Optional
[
google
.
cloud
.
security
.
publicca_v1beta1
.
types
.
resources
.
ExternalAccountKey
]
=
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
.
security
.
publicca_v1beta1
.
types
.
resources
.
ExternalAccountKey
Creates a new xref_ExternalAccountKey bound to the project.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.external_account_key_path
external_account_key_path
(
project
:
str
,
location
:
str
,
external_account_key
:
str
)
-
> str
Returns a fully-qualified external_account_key string.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.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.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.security.publicca_v1beta1.services.public_certificate_authority_service.PublicCertificateAuthorityServiceClient.parse_external_account_key_path
parse_external_account_key_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a external_account_key path into its component segments.