Module: Google::Cloud::ResourceManager::V3::TagKeys::Paths

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

Overview

Path helper methods for the TagKeys API.

Instance Method Summary collapse

Instance Method Details

#tag_key_path(tag_key:) ⇒ ::String

Create a fully-qualified TagKey resource string.

The resource will be in the following format:

tagKeys/{tag_key}

Parameters:

  • tag_key (String)

Returns:

  • (::String)


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

def tag_key_path tag_key:
  "tagKeys/#{tag_key}"
end