Uses of Class
com.google.cloud.bigquery.ConnectionSettings
-
Packages that use ConnectionSettings Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of ConnectionSettings in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ConnectionSettings Modifier and Type Method Description abstract ConnectionSettings
ConnectionSettings.Builder. build()
Creates aConnectionSettings
object.Methods in com.google.cloud.bigquery with parameters of type ConnectionSettings Modifier and Type Method Description Connection
BigQuery. createConnection(@NonNull ConnectionSettings connectionSettings)
Creates a new BigQuery query connection used for executing queries (not the same as BigQuery connection properties).
-