| 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 | Method and Description | 
|---|---|
JobInfo.CreateDisposition | 
LoadJobConfiguration.getCreateDisposition()  | 
JobInfo.CreateDisposition | 
LoadConfiguration.getCreateDisposition()
Returns whether the job is allowed to create new tables. 
 | 
JobInfo.CreateDisposition | 
QueryJobConfiguration.getCreateDisposition()
Returns whether the job is allowed to create new tables. 
 | 
JobInfo.CreateDisposition | 
WriteChannelConfiguration.getCreateDisposition()  | 
JobInfo.CreateDisposition | 
CopyJobConfiguration.getCreateDisposition()
Returns whether the job is allowed to create new tables. 
 | 
static JobInfo.CreateDisposition | 
JobInfo.CreateDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JobInfo.CreateDisposition[] | 
JobInfo.CreateDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoadJobConfiguration.Builder | 
LoadJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)  | 
LoadConfiguration.Builder | 
LoadConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables. 
 | 
QueryJobConfiguration.Builder | 
QueryJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create tables. 
 | 
WriteChannelConfiguration.Builder | 
WriteChannelConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)  | 
CopyJobConfiguration.Builder | 
CopyJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables. 
 | 
Copyright © 2019 Google LLC. All rights reserved.