| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| 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.builder(JobConfiguration configuration)
Returns a builder for a
JobInfo object given the job configuration. |
abstract JobInfo.Builder |
JobInfo.Builder.configuration(JobConfiguration configuration)
Sets a configuration for the
JobInfo object. |
abstract JobInfo.Builder |
JobInfo.Builder.jobId(JobId jobId)
Sets the job identity.
|
JobInfo.Builder |
JobInfo.toBuilder()
Returns a builder for the job object.
|
Copyright © 2016 Google. All rights reserved.