Uses of Class
com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListReservationsPage
-
Packages that use ReservationServiceClient.ListReservationsPage Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of ReservationServiceClient.ListReservationsPage in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ReservationServiceClient.ListReservationsPage Modifier and Type Method Description protected ReservationServiceClient.ListReservationsPage
ReservationServiceClient.ListReservationsPage. createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ReservationServiceClient.ListReservationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPage>
ReservationServiceClient.ListReservationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
Method parameters in com.google.cloud.bigquery.reservation.v1 with type arguments of type ReservationServiceClient.ListReservationsPage Modifier and Type Method Description protected ReservationServiceClient.ListReservationsFixedSizeCollection
ReservationServiceClient.ListReservationsFixedSizeCollection. createCollection(List<ReservationServiceClient.ListReservationsPage> pages, int collectionSize)
-