Uses of Class
com.google.cloud.bigquery.JobException
-
Packages that use JobException Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of JobException in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that throw JobException Modifier and Type Method Description TableResultJob. getQueryResults(BigQuery.QueryResultsOption... options)Gets the query results of this job.TableResultBigQuery. query(QueryJobConfiguration configuration, BigQuery.JobOption... options)Runs the query associated with the request, using an internally-generated random JobId.TableResultBigQuery. query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options)Runs the query associated with the request, using the given JobId.
-