Uses of Class
com.google.cloud.bigquery.BigQueryOptions
-
Packages that use BigQueryOptions Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics.com.google.cloud.bigquery.spi.v2 com.google.cloud.bigquery.testing A testing helper for Google BigQuery. -
-
Uses of BigQueryOptions in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQueryOptions Modifier and Type Method Description BigQueryOptions
BigQueryOptions.Builder. build()
static BigQueryOptions
BigQueryOptions. getDefaultInstance()
Methods in com.google.cloud.bigquery with parameters of type BigQueryOptions Modifier and Type Method Description BigQuery
BigQueryOptions.DefaultBigQueryFactory. create(BigQueryOptions options)
com.google.cloud.ServiceRpc
BigQueryOptions.DefaultBigQueryRpcFactory. create(BigQueryOptions options)
-
Uses of BigQueryOptions in com.google.cloud.bigquery.spi.v2
Constructors in com.google.cloud.bigquery.spi.v2 with parameters of type BigQueryOptions Constructor Description HttpBigQueryRpc(BigQueryOptions options)
-
Uses of BigQueryOptions in com.google.cloud.bigquery.testing
Methods in com.google.cloud.bigquery.testing that return BigQueryOptions Modifier and Type Method Description BigQueryOptions
RemoteBigQueryHelper. getOptions()
Returns aBigQueryOptions
object to be used for testing.
-