Class AdminServiceClient.ListReservationsPage (1.13.2)

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

Inheritance

java.lang.Object > AbstractPage > AdminServiceClient.ListReservationsPage

Methods

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

protected AdminServiceClient.ListReservationsPage createPage(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
Parameters
NameDescription
contextPageContext<ListReservationsRequest,ListReservationsResponse,Reservation>
responseListReservationsResponse
Returns
TypeDescription
AdminServiceClient.ListReservationsPage
Overrides

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

public ApiFuture<AdminServiceClient.ListReservationsPage> createPageAsync(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ApiFuture<ListReservationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListReservationsRequest,ListReservationsResponse,Reservation>
futureResponseApiFuture<ListReservationsResponse>
Returns
TypeDescription
ApiFuture<ListReservationsPage>
Overrides