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
andetag
fields can be updated by this request. If theetag
field is nonempty, it must match theetag
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
andetag
fields can be updated by this request. If theetag
field is nonempty, it must match theetag
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
andetag
fields can be updated by this request. If theetag
field is nonempty, it must match theetag
field of the existing ControlGroup. Otherwise,FAILED_PRECONDITION
will be returned.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Fields to be updated.
#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.