Class UpdateTagRequest (1.2.0)

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

The request to create or update a tag.

Attributes

NameDescription
tag google.cloud.artifactregistry_v1beta2.types.Tag
The tag that replaces the resource on the server.
update_mask google.protobuf.field_mask_pb2.FieldMask
The update mask applies to the resource. For the ``FieldMask`` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Inheritance

builtins.object > proto.message.Message > UpdateTagRequest