ListConsumerGroupsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for ListConsumerGroups.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent cluster whose consumer groups are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster} .
|
page_size |
int
Optional. The maximum number of consumer groups to return. The service may return fewer than this value. If unset or zero, all consumer groups for the parent is returned. |
page_token |
str
Optional. A page token, received from a previous ListConsumerGroups call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListConsumerGroups must match the call that provided the
page token.
|