Class CreateTagRequest (3.9.0)

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

Request message for CreateTag.

Attributes

NameDescription
parent str
Required. The name of the resource to attach this tag to. Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags. Note: The tag and its child resources might not be stored in the location specified in its name.
tag google.cloud.datacatalog_v1.types.Tag
Required. The tag to create.

Inheritance

builtins.object > proto.message.Message > CreateTagRequest