Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Class and Description |
---|---|
static class |
Job.Builder
A builder for
Job objects. |
Modifier and Type | Method and Description |
---|---|
static JobInfo.Builder |
JobInfo.newBuilder(JobConfiguration configuration)
Returns a builder for a
JobInfo object given the job configuration. |
abstract JobInfo.Builder |
JobInfo.Builder.setConfiguration(JobConfiguration configuration)
Sets a configuration for the
JobInfo object. |
abstract JobInfo.Builder |
JobInfo.Builder.setJobId(JobId jobId)
Sets the job identity.
|
JobInfo.Builder |
JobInfo.toBuilder()
Returns a builder for the job object.
|
Copyright © 2019 Google LLC. All rights reserved.