Uses of Class
com.google.cloud.bigquery.QueryJobConfiguration
Packages that use QueryJobConfiguration
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of QueryJobConfiguration in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return QueryJobConfigurationModifier and TypeMethodDescriptionQueryJobConfiguration.Builder.build()static QueryJobConfigurationReturns a BigQuery Copy Job for the given the query to be run.Methods in com.google.cloud.bigquery with parameters of type QueryJobConfigurationModifier and TypeMethodDescriptionBigQuery.query(QueryJobConfiguration configuration, BigQuery.JobOption... options) Runs the query associated with the request, using an internally-generated random JobId.BigQuery.query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options) Runs the query associated with the request, using the given JobId.