Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::CmekService::Paths.
Path helper methods for the CmekService API.
Extended By
Methods
#encryption_config_path
def encryption_config_path(organization:, location:, encryption_config:) -> ::String
Create a fully-qualified EncryptionConfig resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/encryptionConfigs/{encryption_config}
- organization (String)
- location (String)
- encryption_config (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::String
Create a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)