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 BigQueryOptionsBigQueryOptions.Builder. build()static BigQueryOptionsBigQueryOptions. getDefaultInstance()Methods in com.google.cloud.bigquery with parameters of type BigQueryOptions Modifier and Type Method Description BigQueryBigQueryOptions.DefaultBigQueryFactory. create(BigQueryOptions options)com.google.cloud.ServiceRpcBigQueryOptions.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 BigQueryOptionsRemoteBigQueryHelper. getOptions()Returns aBigQueryOptionsobject to be used for testing.
-