Module: Google::Cloud::ResourceManager::V3::TagValues::Paths

Extended by:
Paths
Included in:
Client, Paths, Rest::Client
Defined in:
lib/google/cloud/resource_manager/v3/tag_values/paths.rb

Overview

Path helper methods for the TagValues API.

Instance Method Summary collapse

Instance Method Details

#tag_value_path(tag_value:) ⇒ ::String

Create a fully-qualified TagValue resource string.

The resource will be in the following format:

tagValues/{tag_value}

Parameters:

  • tag_value (String)

Returns:

  • (::String)


37
38
39
# File 'lib/google/cloud/resource_manager/v3/tag_values/paths.rb', line 37

def tag_value_path tag_value:
  "tagValues/#{tag_value}"
end