Class: Google::Cloud::ResourceManager::V3::GetNamespacedTagKeyRequest

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A namespaced tag key name in the format {parentId}/{tagKeyShort}, such as 42/foo for a key with short name "foo" under the organization with ID 42 or r2-d2/bar for a key with short name "bar" under the project r2-d2.

Returns:

  • (::String)

    Required. A namespaced tag key name in the format {parentId}/{tagKeyShort}, such as 42/foo for a key with short name "foo" under the organization with ID 42 or r2-d2/bar for a key with short name "bar" under the project r2-d2.



144
145
146
147
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 144

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