Class InstantSnapshotsClient.ListPage (1.105.0)

public static class InstantSnapshotsClient.ListPage extends AbstractPage<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,InstantSnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InstantSnapshotsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, @Nullable InstantSnapshotList response)

protected InstantSnapshotsClient.ListPage createPage(@Nullable PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, @Nullable InstantSnapshotList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InstantSnapshotList
Returns
Type Description
InstantSnapshotsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, ApiFuture<InstantSnapshotList> futureResponse)

public ApiFuture<InstantSnapshotsClient.ListPage> createPageAsync(@Nullable PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, ApiFuture<InstantSnapshotList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
futureResponse ApiFuture<InstantSnapshotList>
Returns
Type Description
ApiFuture<ListPage>
Overrides