Class UpdateTagRequest (2.0.0)

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

Request message for UpdateTag.

Attributes

NameDescription
tag `.gcd_tags.Tag`
Required. The updated tag. The "name" field must be set.
update_mask `.field_mask.FieldMask`
The fields to update on the Tag. If absent or empty, all modifiable fields are updated. Currently the only modifiable field is the field ``fields``.

Inheritance

builtins.object > proto.message.Message > UpdateTagRequest