Class: Google::Cloud::ResourceManager::V3::UpdateTagValueRequest

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 updating a TagValue.

Instance Attribute Summary collapse

Instance Attribute Details

#tag_value::Google::Cloud::ResourceManager::V3::TagValue

Returns Required. The new definition of the TagValue. Only fields description and etag fields can be updated by this request. If the etag field is nonempty, it must match the etag field of the existing ControlGroup. Otherwise, FAILED_PRECONDITION will be returned.

Returns:

  • (::Google::Cloud::ResourceManager::V3::TagValue)

    Required. The new definition of the TagValue. Only fields description and etag fields can be updated by this request. If the etag field is nonempty, it must match the etag field of the existing ControlGroup. Otherwise, FAILED_PRECONDITION will be returned.



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

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Fields to be updated.

Returns:



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

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

#validate_only::Boolean

Returns Optional. True to perform validations necessary for updating the resource, but not actually perform the action.

Returns:

  • (::Boolean)

    Optional. True to perform validations necessary for updating the resource, but not actually perform the action.



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

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