Class CreateTagRequest (1.3.2)

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

The request to create a new tag.

Attributes

NameDescription
parent str
The name of the parent resource where the tag will be created.
tag_id str
The tag id to use for this repository.
tag google.cloud.artifactregistry_v1beta2.types.Tag
The tag to be created.

Inheritance

builtins.object > proto.message.Message > CreateTagRequest