public static class AdminServiceClient.ListReservationsPage extends AbstractPage<ListReservationsRequest,ListReservationsResponse,Reservation,AdminServiceClient.ListReservationsPage>
Methods
createPage(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
protected AdminServiceClient.ListReservationsPage createPage(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
Name | Description |
context | PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> |
response | ListReservationsResponse |
Type | Description |
AdminServiceClient.ListReservationsPage |
createPageAsync(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ApiFuture<ListReservationsResponse> futureResponse)
public ApiFuture<AdminServiceClient.ListReservationsPage> createPageAsync(PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ApiFuture<ListReservationsResponse> futureResponse)
Name | Description |
context | PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> |
futureResponse | ApiFuture<ListReservationsResponse> |
Type | Description |
ApiFuture<ListReservationsPage> |