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

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

defexternal_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

deflocation_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)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.