Resource Manager V3 API - Module Google::Cloud::ResourceManager::V3::TagHolds::Paths (v0.9.0)

Reference documentation and code samples for the Resource Manager V3 API module Google::Cloud::ResourceManager::V3::TagHolds::Paths.

Path helper methods for the TagHolds API.

Methods

#tag_hold_path

def tag_hold_path(tag_value:, tag_hold:) -> ::String

Create a fully-qualified TagHold resource string.

The resource will be in the following format:

tagValues/{tag_value}/tagHolds/{tag_hold}

Parameters
  • tag_value (String)
  • tag_hold (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#tag_value_path

def tag_value_path(tag_value:) -> ::String

Create a fully-qualified TagValue resource string.

The resource will be in the following format:

tagValues/{tag_value}

Parameter
  • tag_value (String)
Returns
  • (::String)