Class UpdateTagRequest (3.6.2)

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

Request message for UpdateTag.

Attributes

NameDescription
tag google.cloud.datacatalog_v1.types.Tag
Required. The updated tag. The "name" field must be set.
update_mask google.protobuf.field_mask_pb2.FieldMask
Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields. In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.