Class CloudFilestoreManagerClient.ListSnapshotsPage (1.96.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudFilestoreManagerClient.ListSnapshotsPage

Methods

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

protected CloudFilestoreManagerClient.ListSnapshotsPage createPage(@Nullable PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, @Nullable ListSnapshotsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
response @org.jspecify.annotations.Nullable com.google.cloud.filestore.v1.ListSnapshotsResponse
Returns
Type Description
CloudFilestoreManagerClient.ListSnapshotsPage
Overrides

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

public ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPage> createPageAsync(@Nullable PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
futureResponse ApiFuture<ListSnapshotsResponse>
Returns
Type Description
ApiFuture<ListSnapshotsPage>
Overrides