Dataproc Metastore V1 API - Module Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Paths (v0.6.0)

Reference documentation and code samples for the Dataproc Metastore V1 API module Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Paths.

Path helper methods for the DataprocMetastoreFederation API.

Methods

#federation_path

def federation_path(project:, location:, federation:) -> ::String

Create a fully-qualified Federation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/federations/{federation}

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

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