Class UpdateTagValueRequest (1.0.2)

UpdateTagValueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for updating a TagValue. .. attribute:: tag_value

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.

:type: google.cloud.resourcemanager_v3.types.TagValue

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Fields to be updated.
validate_only bool
Optional. True to perform validations necessary for updating the resource, but not actually perform the action.