Class RegionInstantSnapshotsClient.ListPage (1.105.0)

public static class RegionInstantSnapshotsClient.ListPage extends AbstractPage<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,RegionInstantSnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionInstantSnapshotsClient.ListPage

Methods

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

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

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

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