Class ListTagKeysRequest (1.6.2)

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

The request message for listing all TagKeys under a parent resource.

Attributes

NameDescription
parent str
Required. The resource name of the new TagKey's parent. Must be of the form ``folders/{folder_id}`` or ``organizations/{org_id}``.
page_size int
Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
page_token str
Optional. A pagination token returned from a previous call to ``ListTagKey`` that indicates where this listing should continue from.

Inheritance

builtins.object > proto.message.Message > ListTagKeysRequest