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 class
Job
A Google BigQuery Job.Methods in com.google.cloud.bigquery that return JobInfo Modifier and Type Method Description abstract JobInfo
JobInfo.Builder. build()
Creates aJobInfo
object.static JobInfo
JobInfo. of(JobConfiguration configuration)
Returns aJobInfo
object given the job configuration.static JobInfo
JobInfo. of(JobId jobId, JobConfiguration configuration)
Returns a builder for aJobInfo
object given the job identity and configuration.Methods in com.google.cloud.bigquery with parameters of type JobInfo Modifier and Type Method Description Job
BigQuery. create(JobInfo jobInfo, BigQuery.JobOption... options)
Creates a new job.
-