Class CreateTagRequest (2.0.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. Example: - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Tag and its child resources may not actually be stored in the location in this name.
tag `.gcd_tags.Tag`
Required. The tag to create.

Inheritance

builtins.object > proto.message.Message > CreateTagRequest