Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::UpdateTagValueRequest.
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
descriptionandetagfields can be updated by this request. If theetagfield is nonempty, it must match theetagfield of the existing ControlGroup. Otherwise,ABORTEDwill 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
descriptionandetagfields can be updated by this request. If theetagfield is nonempty, it must match theetagfield of the existing ControlGroup. Otherwise,ABORTEDwill be returned.
Returns
-
(::Google::Cloud::ResourceManager::V3::TagValue) — Required. The new definition of the TagValue. Only fields
descriptionandetagfields can be updated by this request. If theetagfield is nonempty, it must match theetagfield of the existing ControlGroup. Otherwise,ABORTEDwill 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.