Class ReservationsClient.AggregatedListPage (1.105.0)

public static class ReservationsClient.AggregatedListPage extends AbstractPage<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>,ReservationsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ReservationsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, @Nullable ReservationAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, ApiFuture<ReservationAggregatedList> futureResponse)

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