Class TopicAdminClient.ListTopicSubscriptionsPage (1.153.0)

public static class TopicAdminClient.ListTopicSubscriptionsPage extends AbstractPage<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String,TopicAdminClient.ListTopicSubscriptionsPage>

Inheritance

java.lang.Object > AbstractPage > TopicAdminClient.ListTopicSubscriptionsPage

Methods

createPage(@Nullable PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String> context, @Nullable ListTopicSubscriptionsResponse response)

protected TopicAdminClient.ListTopicSubscriptionsPage createPage(@Nullable PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String> context, @Nullable ListTopicSubscriptionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String>
response @org.jspecify.annotations.Nullable com.google.pubsub.v1.ListTopicSubscriptionsResponse
Returns
Type Description
TopicAdminClient.ListTopicSubscriptionsPage
Overrides

createPageAsync(@Nullable PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String> context, ApiFuture<ListTopicSubscriptionsResponse> futureResponse)

public ApiFuture<TopicAdminClient.ListTopicSubscriptionsPage> createPageAsync(@Nullable PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String> context, ApiFuture<ListTopicSubscriptionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String>
futureResponse ApiFuture<ListTopicSubscriptionsResponse>
Returns
Type Description
ApiFuture<ListTopicSubscriptionsPage>
Overrides