Class UpdateTagValueRequest (1.5.1)

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

The request message for updating a TagValue.

Attributes

NameDescription
tag_value google.cloud.resourcemanager_v3.types.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 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.