Uses of Class
com.google.cloud.bigquery.JobInfo.Builder
-
Packages that use JobInfo.Builder 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.Builder in com.google.cloud.bigquery
Subclasses of JobInfo.Builder in com.google.cloud.bigquery Modifier and Type Class Description static class
Job.Builder
A builder forJob
objects.Methods in com.google.cloud.bigquery that return JobInfo.Builder Modifier and Type Method Description static JobInfo.Builder
JobInfo. newBuilder(JobConfiguration configuration)
Returns a builder for aJobInfo
object given the job configuration.abstract JobInfo.Builder
JobInfo.Builder. setConfiguration(JobConfiguration configuration)
Sets a configuration for theJobInfo
object.abstract JobInfo.Builder
JobInfo.Builder. setJobId(JobId jobId)
Sets the job identity.JobInfo.Builder
JobInfo. toBuilder()
Returns a builder for the job object.
-