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}
- project (String)
- location (String)
- data_attribute_binding_id (String)
- (::String)
- (::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}
- project (String)
- location (String)
- data_taxonomy (String)
- data_attribute_id (String)
- (::String)
- (::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}
- project (String)
- location (String)
- data_taxonomy_id (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)