Class SnapshotsClient.ListPage (1.51.0)

public static class SnapshotsClient.ListPage extends AbstractPage<ListSnapshotsRequest,SnapshotList,Snapshot,SnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > SnapshotsClient.ListPage

Methods

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

protected SnapshotsClient.ListPage createPage(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)
Parameters
NameDescription
contextPageContext<ListSnapshotsRequest,SnapshotList,Snapshot>
responseSnapshotList
Returns
TypeDescription
SnapshotsClient.ListPage
Overrides

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

public ApiFuture<SnapshotsClient.ListPage> createPageAsync(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, ApiFuture<SnapshotList> futureResponse)
Parameters
NameDescription
contextPageContext<ListSnapshotsRequest,SnapshotList,Snapshot>
futureResponseApiFuture<SnapshotList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides