Class TopicAdminClient.ListTopicSnapshotsPage (1.127.3)

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

Inheritance

java.lang.Object > AbstractPage > TopicAdminClient.ListTopicSnapshotsPage

Methods

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

protected TopicAdminClient.ListTopicSnapshotsPage createPage(PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, ListTopicSnapshotsResponse response)
Parameters
NameDescription
contextPageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String>
responseListTopicSnapshotsResponse
Returns
TypeDescription
TopicAdminClient.ListTopicSnapshotsPage
Overrides

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

public ApiFuture<TopicAdminClient.ListTopicSnapshotsPage> createPageAsync(PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, ApiFuture<ListTopicSnapshotsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String>
futureResponseApiFuture<ListTopicSnapshotsResponse>
Returns
TypeDescription
ApiFuture<ListTopicSnapshotsPage>
Overrides