Class: Google::Cloud::ResourceManager::V3::GetNamespacedTagValueRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcemanager/v3/tag_values.rb

Overview

The request message for getting a TagValue by its namespaced name.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A namespaced tag value name in the following format:

{parentId}/{tagKeyShort}/{tagValueShort}

Examples:

  • 42/foo/abc for a value with short name "abc" under the key with short name "foo" under the organization with ID 42
  • r2-d2/bar/xyz for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2".

Returns:

  • (::String)

    Required. A namespaced tag value name in the following format:

    {parentId}/{tagKeyShort}/{tagValueShort}

    Examples:

    • 42/foo/abc for a value with short name "abc" under the key with short name "foo" under the organization with ID 42
    • r2-d2/bar/xyz for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"


126
127
128
129
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 126

class GetNamespacedTagValueRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end