Uses of Class
com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListReservationsPagedResponse
-
Packages that use ReservationServiceClient.ListReservationsPagedResponse Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation APIcom.google.cloud.bigquery.reservation.v1.stub -
-
Uses of ReservationServiceClient.ListReservationsPagedResponse in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ReservationServiceClient.ListReservationsPagedResponse Modifier and Type Method Description ReservationServiceClient.ListReservationsPagedResponseReservationServiceClient. listReservations(ListReservationsRequest request)Lists all the reservations for the project in the specified location.ReservationServiceClient.ListReservationsPagedResponseReservationServiceClient. listReservations(LocationName parent)Lists all the reservations for the project in the specified location.ReservationServiceClient.ListReservationsPagedResponseReservationServiceClient. listReservations(String parent)Lists all the reservations for the project in the specified location.Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ReservationServiceClient.ListReservationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPagedResponse>ReservationServiceClient.ListReservationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationServiceClient.ListReservationsPagedResponse>ReservationServiceClient. listReservationsPagedCallable()Lists all the reservations for the project in the specified location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ListReservationsResponse,ReservationServiceClient.ListReservationsPagedResponse>ReservationServiceSettings.Builder. listReservationsSettings()Returns the builder for the settings used for calls to listReservations.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ListReservationsResponse,ReservationServiceClient.ListReservationsPagedResponse>ReservationServiceSettings. listReservationsSettings()Returns the object with the settings used for calls to listReservations. -
Uses of ReservationServiceClient.ListReservationsPagedResponse in com.google.cloud.bigquery.reservation.v1.stub
-