Class SubscriptionAdminClient.ListSnapshotsPage (1.129.3)

public static class SubscriptionAdminClient.ListSnapshotsPage extends AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,SubscriptionAdminClient.ListSnapshotsPage>

Inheritance

java.lang.Object > AbstractPage > SubscriptionAdminClient.ListSnapshotsPage

Methods

createPage(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)

protected SubscriptionAdminClient.ListSnapshotsPage createPage(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
Parameters
Name Description
context PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
response ListSnapshotsResponse
Returns
Type Description
SubscriptionAdminClient.ListSnapshotsPage
Overrides

createPageAsync(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)

public ApiFuture<SubscriptionAdminClient.ListSnapshotsPage> createPageAsync(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
futureResponse ApiFuture<ListSnapshotsResponse>
Returns
Type Description
ApiFuture<ListSnapshotsPage>
Overrides