Public Certificate Authority V1beta1 API - Module Google::Cloud::Security::PublicCA::V1beta1::PublicCertificateAuthorityService::Paths (v0.6.0)

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.

Methods

#external_account_key_path

def external_account_key_path(project:, location:, external_account_key:) -> ::String

Create a fully-qualified ExternalAccountKey resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/externalAccountKeys/{external_account_key}

Parameters
  • project (String)
  • location (String)
  • external_account_key (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)