Class: Google::Cloud::ResourceManager::V3::UpdateTagValueRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::UpdateTagValueRequest
- 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
-
#tag_value ⇒ ::Google::Cloud::ResourceManager::V3::TagValue
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
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, ABORTED
will be returned.
165 166 167 168 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 165 class UpdateTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Fields to be updated.
165 166 167 168 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 165 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.
165 166 167 168 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 165 class UpdateTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |