Public Certificate Authority V1beta1 API - Module Google::Cloud::Security::PublicCA::V1beta1::PublicCertificateAuthorityService::Paths (v0.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Public Certificate Authority V1beta1 API module Google::Cloud::Security::PublicCA::V1beta1::PublicCertificateAuthorityService::Paths.
Path helper methods for the PublicCertificateAuthorityService API.
Included In
Methods
#external_account_key_path
defexternal_account_key_path(project:,location:,external_account_key:)->::StringCreate a fully-qualified ExternalAccountKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/externalAccountKeys/{external_account_key}
- project (String)
- location (String)
- external_account_key (String)
- (::String)
- (::ArgumentError)
#location_path
deflocation_path(project:,location:)->::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)