Uses of Class
com.google.cloud.bigquery.reservation.v1.ReservationServiceSettings
-
Packages that use ReservationServiceSettings Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of ReservationServiceSettings in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ReservationServiceSettings Modifier and Type Method Description ReservationServiceSettings
ReservationServiceSettings.Builder. build()
static ReservationServiceSettings
ReservationServiceSettings. create(ReservationServiceStubSettings stub)
ReservationServiceSettings
ReservationServiceClient. getSettings()
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type ReservationServiceSettings Modifier and Type Method Description static ReservationServiceClient
ReservationServiceClient. create(ReservationServiceSettings settings)
Constructs an instance of ReservationServiceClient, using the given settings.Constructors in com.google.cloud.bigquery.reservation.v1 with parameters of type ReservationServiceSettings Constructor Description Builder(ReservationServiceSettings settings)
ReservationServiceClient(ReservationServiceSettings settings)
Constructs an instance of ReservationServiceClient, using the given settings.
-