Uses of Class
com.google.cloud.bigquery.JobInfo
-
Packages that use JobInfo Package Description com.google.cloud.bigquery 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.bigquery Modifier and Type Class Description classJobA Google BigQuery Job.Methods in com.google.cloud.bigquery that return JobInfo Modifier and Type Method Description abstract 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 JobInfo Modifier and Type Method Description JobBigQuery. create(JobInfo jobInfo, BigQuery.JobOption... options)Creates a new job.
-