Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataTaxonomyService::Paths (v0.12.0)

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

Path helper methods for the DataTaxonomyService API.

Methods

#data_attribute_binding_path

def data_attribute_binding_path(project:, location:, data_attribute_binding_id:) -> ::String

Create a fully-qualified DataAttributeBinding resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}

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

#data_attribute_path

def data_attribute_path(project:, location:, data_taxonomy:, data_attribute_id:) -> ::String

Create a fully-qualified DataAttribute resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataTaxonomies/{data_taxonomy}/attributes/{data_attribute_id}

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

#data_taxonomy_path

def data_taxonomy_path(project:, location:, data_taxonomy_id:) -> ::String

Create a fully-qualified DataTaxonomy resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataTaxonomies/{data_taxonomy_id}

Parameters
  • project (String)
  • location (String)
  • data_taxonomy_id (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)