Class ReservationServiceClient.ListReservationsPage (2.96.0)

public static class ReservationServiceClient.ListReservationsPage extends AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,ReservationServiceClient.ListReservationsPage>

Inheritance

java.lang.Object > AbstractPage > ReservationServiceClient.ListReservationsPage

Methods

createPage(@Nullable PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, @Nullable ListReservationsResponse response)

protected ReservationServiceClient.ListReservationsPage createPage(@Nullable PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, @Nullable ListReservationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.reservation.v1.ListReservationsResponse
Returns
Type Description
ReservationServiceClient.ListReservationsPage
Overrides

createPageAsync(@Nullable PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ApiFuture<ListReservationsResponse> futureResponse)

public ApiFuture<ReservationServiceClient.ListReservationsPage> createPageAsync(@Nullable PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ApiFuture<ListReservationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation>
futureResponse ApiFuture<ListReservationsResponse>
Returns
Type Description
ApiFuture<ListReservationsPage>
Overrides