Dataplex V1 API - Module Google::Cloud::Dataplex::V1::CmekService::Paths (v2.4.1)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::CmekService::Paths.

Path helper methods for the CmekService API.

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}

Parameters
  • organization (String)
  • location (String)
  • encryption_config (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)