Package com.google.cloud.bigquery
Class Job.Builder
java.lang.Object
com.google.cloud.bigquery.JobInfo.Builder
com.google.cloud.bigquery.Job.Builder
- Enclosing class:
- Job
A builder for
Job objects.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates aJobInfoobject.setConfiguration(JobConfiguration configuration) Sets a configuration for theJobInfoobject.Sets the job identity.
-
Method Details
-
setJobId
Description copied from class:JobInfo.BuilderSets the job identity.- Specified by:
setJobIdin classJobInfo.Builder
-
setConfiguration
Description copied from class:JobInfo.BuilderSets a configuration for theJobInfoobject. UseCopyJobConfigurationfor a job that copies an existing table. UseExtractJobConfigurationfor a job that exports a table to Google Cloud Storage. UseLoadJobConfigurationfor a job that loads data from Google Cloud Storage into a table. UseQueryJobConfigurationfor a job that runs a query.- Specified by:
setConfigurationin classJobInfo.Builder
-
build
Description copied from class:JobInfo.BuilderCreates aJobInfoobject.- Specified by:
buildin classJobInfo.Builder
-