Data Catalog V1 API - Module Google::Cloud::DataCatalog::V1::PolicyTagManagerSerialization::Paths (v0.11.0)

Reference documentation and code samples for the Data Catalog V1 API module Google::Cloud::DataCatalog::V1::PolicyTagManagerSerialization::Paths.

Path helper methods for the PolicyTagManagerSerialization API.

Methods

#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)

#taxonomy_path

def taxonomy_path(project:, location:, taxonomy:) -> ::String

Create a fully-qualified Taxonomy resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/taxonomies/{taxonomy}

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