module Google::Cloud::ResourceManager::V3::TagKeys::Paths

Path helper methods for the TagKeys API.

Public Instance Methods

tag_key_path(tag_key: "tagKeys/ click to toggle source

Create a fully-qualified TagKey resource string.

The resource will be in the following format:

`tagKeys/{tag_key}`

@param tag_key [String]

@return [::String]

# File lib/google/cloud/resource_manager/v3/tag_keys/paths.rb, line 37
def tag_key_path tag_key:
  "tagKeys/#{tag_key}"
end