Reference documentation and code samples for the Certificate Manager V1 API module Google::Cloud::CertificateManager::V1::CertificateManager::Paths.
Path helper methods for the CertificateManager API.
Methods
#certificate_map_entry_path
def certificate_map_entry_path(project:, location:, certificate_map:, certificate_map_entry:) -> ::String
Create a fully-qualified CertificateMapEntry resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateMaps/{certificate_map}/certificateMapEntries/{certificate_map_entry}
- project (String)
- location (String)
- certificate_map (String)
- certificate_map_entry (String)
- (::String)
- (::ArgumentError)
#certificate_map_path
def certificate_map_path(project:, location:, certificate_map:) -> ::String
Create a fully-qualified CertificateMap resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateMaps/{certificate_map}
- project (String)
- location (String)
- certificate_map (String)
- (::String)
- (::ArgumentError)
#certificate_path
def certificate_path(project:, location:, certificate:) -> ::String
Create a fully-qualified Certificate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificates/{certificate}
- project (String)
- location (String)
- certificate (String)
- (::String)
- (::ArgumentError)
#dns_authorization_path
def dns_authorization_path(project:, location:, dns_authorization:) -> ::String
Create a fully-qualified DnsAuthorization resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dnsAuthorizations/{dns_authorization}
- project (String)
- location (String)
- dns_authorization (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)