Package com.google.cloud.compute.v1
Class ReservationsClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListReservationsRequest,ReservationList,Reservation,ReservationsClient.ListPage>
-
- com.google.cloud.compute.v1.ReservationsClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Reservation>
,com.google.api.gax.paging.Page<Reservation>
- Enclosing class:
- ReservationsClient
public static class ReservationsClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListReservationsRequest,ReservationList,Reservation,ReservationsClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReservationsClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, ReservationList response)
com.google.api.core.ApiFuture<ReservationsClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, com.google.api.core.ApiFuture<ReservationList> 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 ReservationsClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, ReservationList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListReservationsRequest,ReservationList,Reservation,ReservationsClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ReservationsClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, com.google.api.core.ApiFuture<ReservationList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListReservationsRequest,ReservationList,Reservation,ReservationsClient.ListPage>
-
-