Class: Google::Cloud::ResourceManager::V3::GetTagValueRequest

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.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name for TagValue to be fetched in the format tagValues/456.

Returns:

  • (::String)

    Required. Resource name for TagValue to be fetched in the format tagValues/456.



109
110
111
112
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 109

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