Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API module Google::Cloud::DataCatalog::V1beta1::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- taxonomy (String)
- policy_tag (String)
- (::String)
- (::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}
- project (String)
- location (String)
- taxonomy (String)
- (::String)
- (::ArgumentError)