Class ManagedKafkaClient.ListConsumerGroupsPage (0.51.0)

public static class ManagedKafkaClient.ListConsumerGroupsPage extends AbstractPage<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup,ManagedKafkaClient.ListConsumerGroupsPage>

Inheritance

java.lang.Object > AbstractPage > ManagedKafkaClient.ListConsumerGroupsPage

Methods

createPage(@Nullable PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup> context, @Nullable ListConsumerGroupsResponse response)

protected ManagedKafkaClient.ListConsumerGroupsPage createPage(@Nullable PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup> context, @Nullable ListConsumerGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.managedkafka.v1.ListConsumerGroupsResponse
Returns
Type Description
ManagedKafkaClient.ListConsumerGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup> context, ApiFuture<ListConsumerGroupsResponse> futureResponse)

public ApiFuture<ManagedKafkaClient.ListConsumerGroupsPage> createPageAsync(@Nullable PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup> context, ApiFuture<ListConsumerGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup>
futureResponse ApiFuture<ListConsumerGroupsResponse>
Returns
Type Description
ApiFuture<ListConsumerGroupsPage>
Overrides