Class FutureReservationsClient.AggregatedListPage (1.105.0)

public static class FutureReservationsClient.AggregatedListPage extends AbstractPage<AggregatedListFutureReservationsRequest,FutureReservationsAggregatedListResponse,Map.Entry<String,FutureReservationsScopedList>,FutureReservationsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > FutureReservationsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListFutureReservationsRequest,FutureReservationsAggregatedListResponse,Map.Entry<String,FutureReservationsScopedList>> context, @Nullable FutureReservationsAggregatedListResponse response)

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

createPageAsync(@Nullable PageContext<AggregatedListFutureReservationsRequest,FutureReservationsAggregatedListResponse,Map.Entry<String,FutureReservationsScopedList>> context, ApiFuture<FutureReservationsAggregatedListResponse> futureResponse)

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