Uses of Class
com.google.cloud.bigquery.BigQueryOptions
Packages that use BigQueryOptions
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
A testing helper for Google BigQuery.
-
Uses of BigQueryOptions in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQueryOptionsModifier and TypeMethodDescriptionBigQueryOptions.Builder.build()static BigQueryOptionsBigQueryOptions.getDefaultInstance()Methods in com.google.cloud.bigquery with parameters of type BigQueryOptionsModifier and TypeMethodDescriptionBigQueryOptions.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 -
Uses of BigQueryOptions in com.google.cloud.bigquery.testing
Methods in com.google.cloud.bigquery.testing that return BigQueryOptionsModifier and TypeMethodDescriptionRemoteBigQueryHelper.getOptions()Returns aBigQueryOptionsobject to be used for testing.