Class UpdateTagRequest (3.9.1)

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

Request message for UpdateTag.

Attributes

NameDescription
tag google.cloud.datacatalog_v1beta1.types.Tag
Required. The updated tag. The "name" field must be set.
update_mask google.protobuf.field_mask_pb2.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