Class InstantSnapshotsClient.AggregatedListPage (1.105.0)

public static class InstantSnapshotsClient.AggregatedListPage extends AbstractPage<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>,InstantSnapshotsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > InstantSnapshotsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, @Nullable InstantSnapshotAggregatedList response)

protected InstantSnapshotsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, @Nullable InstantSnapshotAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,java.util.Map.Entry<String,InstantSnapshotsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InstantSnapshotAggregatedList
Returns
Type Description
InstantSnapshotsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, ApiFuture<InstantSnapshotAggregatedList> futureResponse)

public ApiFuture<InstantSnapshotsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, ApiFuture<InstantSnapshotAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,java.util.Map.Entry<String,InstantSnapshotsScopedList>>
futureResponse ApiFuture<InstantSnapshotAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides