Uses of Class
com.google.cloud.bigquery.JobInfo
Packages that use JobInfo
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of JobInfo in com.google.cloud.bigquery
Subclasses of JobInfo in com.google.cloud.bigqueryMethods in com.google.cloud.bigquery that return JobInfoModifier and TypeMethodDescriptionabstract JobInfoJobInfo.Builder.build()Creates aJobInfoobject.static JobInfoJobInfo.of(JobConfiguration configuration) Returns aJobInfoobject given the job configuration.static JobInfoJobInfo.of(JobId jobId, JobConfiguration configuration) Returns a builder for aJobInfoobject given the job identity and configuration.Methods in com.google.cloud.bigquery with parameters of type JobInfoModifier and TypeMethodDescriptionBigQuery.create(JobInfo jobInfo, BigQuery.JobOption... options) Creates a new job.