Reference documentation and code samples for the Certificate Authority Service V1beta1 API module Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthorityService::Paths.
Path helper methods for the CertificateAuthorityService API.
Methods
#certificate_authority_path
def certificate_authority_path(project:, location:, certificate_authority:) -> ::String
Create a fully-qualified CertificateAuthority resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateAuthorities/{certificate_authority}
- project (String)
- location (String)
- certificate_authority (String)
- (::String)
- (::ArgumentError)
#certificate_path
def certificate_path(project:, location:, certificate_authority:, certificate:) -> ::String
Create a fully-qualified Certificate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateAuthorities/{certificate_authority}/certificates/{certificate}
- project (String)
- location (String)
- certificate_authority (String)
- certificate (String)
- (::String)
- (::ArgumentError)
#certificate_revocation_list_path
def certificate_revocation_list_path(project:, location:, certificate_authority:, certificate_revocation_list:) -> ::String
Create a fully-qualified CertificateRevocationList resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/certificateAuthorities/{certificate_authority}/certificateRevocationLists/{certificate_revocation_list}
- project (String)
- location (String)
- certificate_authority (String)
- certificate_revocation_list (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)
#reusable_config_path
def reusable_config_path(project:, location:, reusable_config:) -> ::String
Create a fully-qualified ReusableConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/reusableConfigs/{reusable_config}
- project (String)
- location (String)
- reusable_config (String)
- (::String)
- (::ArgumentError)