Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API module Google::Cloud::Kms::V1::EkmService::Paths.
Path helper methods for the EkmService API.
Extended By
Methods
#ekm_config_path
def ekm_config_path(project:, location:) -> ::String
Create a fully-qualified EkmConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/ekmConfig
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#ekm_connection_path
def ekm_connection_path(project:, location:, ekm_connection:) -> ::String
Create a fully-qualified EkmConnection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/ekmConnections/{ekm_connection}
- project (String)
- location (String)
- ekm_connection (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)
#service_path
def service_path(project:, location:, namespace:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}
- project (String)
- location (String)
- namespace (String)
- service (String)
- (::String)
- (::ArgumentError)