Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class ListConsumerGroupsResponse.
Response for ListConsumerGroups.
Generated from protobuf message google.cloud.managedkafka.v1.ListConsumerGroupsResponse
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ consumer_groups |
array<ConsumerGroup>
The list of consumer group in the requested parent. The order of the consumer groups is unspecified. |
↳ next_page_token |
string
A token that can be sent as |
getConsumerGroups
The list of consumer group in the requested parent. The order of the consumer groups is unspecified.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConsumerGroups
The list of consumer group in the requested parent. The order of the consumer groups is unspecified.
Parameter | |
---|---|
Name | Description |
var |
array<ConsumerGroup>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |