Class ManagedKafkaClient.ListTopicsPage (0.51.0)

public static class ManagedKafkaClient.ListTopicsPage extends AbstractPage<ListTopicsRequest,ListTopicsResponse,Topic,ManagedKafkaClient.ListTopicsPage>

Inheritance

java.lang.Object > AbstractPage > ManagedKafkaClient.ListTopicsPage

Methods

createPage(@Nullable PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, @Nullable ListTopicsResponse response)

protected ManagedKafkaClient.ListTopicsPage createPage(@Nullable PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, @Nullable ListTopicsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic>
response @org.jspecify.annotations.Nullable com.google.cloud.managedkafka.v1.ListTopicsResponse
Returns
Type Description
ManagedKafkaClient.ListTopicsPage
Overrides

createPageAsync(@Nullable PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, ApiFuture<ListTopicsResponse> futureResponse)

public ApiFuture<ManagedKafkaClient.ListTopicsPage> createPageAsync(@Nullable PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, ApiFuture<ListTopicsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic>
futureResponse ApiFuture<ListTopicsResponse>
Returns
Type Description
ApiFuture<ListTopicsPage>
Overrides