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

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

Path helper methods for the PolicyTagManager 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)

#policy_tag_path

def policy_tag_path(project:, location:, taxonomy:, policy_tag:) -> ::String

Create a fully-qualified PolicyTag resource string.

The resource will be in the following format:

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

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