Class TopicAdminClient.ListTopicSnapshotsPage (1.153.0)

public static class TopicAdminClient.ListTopicSnapshotsPage extends AbstractPage<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String,TopicAdminClient.ListTopicSnapshotsPage>

Inheritance

java.lang.Object > AbstractPage > TopicAdminClient.ListTopicSnapshotsPage

Methods

createPage(@Nullable PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, @Nullable ListTopicSnapshotsResponse response)

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

createPageAsync(@Nullable PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, ApiFuture<ListTopicSnapshotsResponse> futureResponse)

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