Uses of Class
com.google.cloud.bigquery.JobInfo.Builder
Packages that use JobInfo.Builder
Package
Description
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.bigqueryMethods in com.google.cloud.bigquery that return JobInfo.BuilderModifier and TypeMethodDescriptionstatic JobInfo.BuilderJobInfo.newBuilder(JobConfiguration configuration) Returns a builder for aJobInfoobject given the job configuration.abstract JobInfo.BuilderJobInfo.Builder.setConfiguration(JobConfiguration configuration) Sets a configuration for theJobInfoobject.abstract JobInfo.BuilderSets the job identity.JobInfo.toBuilder()Returns a builder for the job object.