Class TopicAdminClient.ListTopicSnapshotsPage (1.129.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
Name Description
context PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String>
response ListTopicSnapshotsResponse
Returns
Type Description
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
Name Description
context PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String>
futureResponse ApiFuture<ListTopicSnapshotsResponse>
Returns
Type Description
ApiFuture<ListTopicSnapshotsPage>
Overrides