Class ListTagsRequest (3.2.1)

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

Request message for ListTags.

Attributes

NameDescription
parent str
Required. The name of the Data Catalog resource to list the tags of. The resource could be an Entry or an EntryGroup. Examples: - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
page_size int
The maximum number of tags to return. Default is 10. Max limit is 1000.
page_token str
Token that specifies which page is requested. If empty, the first page is returned.