Class Google::Cloud::ResourceManager::V3::UpdateTagValueRequest (v0.1.3)

The request message for updating a TagValue.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tag_value

def tag_value() -> ::Google::Cloud::ResourceManager::V3::TagValue
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.

#tag_value=

def tag_value=(value) -> ::Google::Cloud::ResourceManager::V3::TagValue
Parameter
  • value (::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.
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.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. True to perform validations necessary for updating the resource, but not actually perform the action.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.