module Google::Cloud::ResourceManager::V3::TagValues::Paths

Path helper methods for the TagValues API.

Public Instance Methods

tag_value_path(tag_value: "tagValues/ click to toggle source

Create a fully-qualified TagValue resource string.

The resource will be in the following format:

`tagValues/{tag_value}`

@param tag_value [String]

@return [::String]

# File lib/google/cloud/resource_manager/v3/tag_values/paths.rb, line 37
def tag_value_path tag_value:
  "tagValues/#{tag_value}"
end