Class CloudFilestoreManagerClient.ListSnapshotsPage (1.42.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudFilestoreManagerClient.ListSnapshotsPage

Methods

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

protected CloudFilestoreManagerClient.ListSnapshotsPage createPage(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
Parameters
NameDescription
contextPageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
responseListSnapshotsResponse
Returns
TypeDescription
CloudFilestoreManagerClient.ListSnapshotsPage
Overrides

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

public ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPage> createPageAsync(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
futureResponseApiFuture<ListSnapshotsResponse>
Returns
TypeDescription
ApiFuture<ListSnapshotsPage>
Overrides