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