Class ReservationServiceClient.ListReservationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,ReservationServiceClient.ListReservationsPage>
-
- com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListReservationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Reservation>
,com.google.api.gax.paging.Page<Reservation>
- Enclosing class:
- ReservationServiceClient
public static class ReservationServiceClient.ListReservationsPage extends com.google.api.gax.paging.AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,ReservationServiceClient.ListReservationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReservationServiceClient.ListReservationsPage
createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ReservationServiceClient.ListReservationsPage createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,ReservationServiceClient.ListReservationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,ReservationServiceClient.ListReservationsPage>
-
-