Class CreateTagTemplateRequest (3.9.2)

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

Request message for CreateTagTemplate.

Attributes

NameDescription
parent str
Required. The name of the project and the template location `region
tag_template_id str
Required. The ID of the tag template to create. The ID must contain only lowercase letters (a-z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
tag_template google.cloud.datacatalog_v1.types.TagTemplate
Required. The tag template to create.

Inheritance

builtins.object > proto.message.Message > CreateTagTemplateRequest