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 |
---|---|
class |
Job
A Google BigQuery Job.
|
Modifier and Type | Method and Description |
---|---|
abstract JobInfo |
JobInfo.Builder.build()
Creates a
JobInfo object. |
static JobInfo |
JobInfo.of(JobConfiguration configuration)
Returns a
JobInfo object given the job configuration. |
static JobInfo |
JobInfo.of(JobId jobId,
JobConfiguration configuration)
Returns a builder for a
JobInfo object given the job identity and configuration. |
Modifier and Type | Method and Description |
---|---|
Job |
BigQuery.create(JobInfo jobInfo,
BigQuery.JobOption... options)
Creates a new job.
|
Copyright © 2019 Google LLC. All rights reserved.