Class RegionSnapshotsClient.ListPage (1.105.0)

public static class RegionSnapshotsClient.ListPage extends AbstractPage<ListRegionSnapshotsRequest,SnapshotList,Snapshot,RegionSnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionSnapshotsClient.ListPage

Methods

createPage(@Nullable PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot> context, @Nullable SnapshotList response)

protected RegionSnapshotsClient.ListPage createPage(@Nullable PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot> context, @Nullable SnapshotList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.SnapshotList
Returns
Type Description
RegionSnapshotsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot> context, ApiFuture<SnapshotList> futureResponse)

public ApiFuture<RegionSnapshotsClient.ListPage> createPageAsync(@Nullable PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot> context, ApiFuture<SnapshotList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionSnapshotsRequest,SnapshotList,Snapshot>
futureResponse ApiFuture<SnapshotList>
Returns
Type Description
ApiFuture<ListPage>
Overrides