Dataplex V1 API - Module Google::Cloud::Dataplex::V1::ContentService::Paths (v0.3.0)

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

Path helper methods for the ContentService API.

Methods

#content_path

def content_path(project:, location:, lake:, content:) -> ::String

Create a fully-qualified Content resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/lakes/{lake}/content/{content}

Parameters
  • project (String)
  • location (String)
  • lake (String)
  • content (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#lake_path

def lake_path(project:, location:, lake:) -> ::String

Create a fully-qualified Lake resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/lakes/{lake}

Parameters
  • project (String)
  • location (String)
  • lake (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)