Interface ListConsumerGroupsResponseOrBuilder (0.1.0)

public interface ListConsumerGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumerGroups(int index)

public abstract ConsumerGroup getConsumerGroups(int index)

The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

repeated .google.cloud.managedkafka.v1.ConsumerGroup consumer_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
ConsumerGroup

getConsumerGroupsCount()

public abstract int getConsumerGroupsCount()

The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

repeated .google.cloud.managedkafka.v1.ConsumerGroup consumer_groups = 1;

Returns
Type Description
int

getConsumerGroupsList()

public abstract List<ConsumerGroup> getConsumerGroupsList()

The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

repeated .google.cloud.managedkafka.v1.ConsumerGroup consumer_groups = 1;

Returns
Type Description
List<ConsumerGroup>

getConsumerGroupsOrBuilder(int index)

public abstract ConsumerGroupOrBuilder getConsumerGroupsOrBuilder(int index)

The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

repeated .google.cloud.managedkafka.v1.ConsumerGroup consumer_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
ConsumerGroupOrBuilder

getConsumerGroupsOrBuilderList()

public abstract List<? extends ConsumerGroupOrBuilder> getConsumerGroupsOrBuilderList()

The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

repeated .google.cloud.managedkafka.v1.ConsumerGroup consumer_groups = 1;

Returns
Type Description
List<? extends com.google.cloud.managedkafka.v1.ConsumerGroupOrBuilder>

getNextPageToken()

public abstract String 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.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.