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 |
CopyJobConfiguration.getCreateDisposition()
Returns whether the job is allowed to create new tables.
|
JobInfo.CreateDisposition |
WriteChannelConfiguration.getCreateDisposition() |
JobInfo.CreateDisposition |
LoadJobConfiguration.getCreateDisposition() |
JobInfo.CreateDisposition |
QueryJobConfiguration.getCreateDisposition()
Returns whether the job is allowed to create new tables.
|
JobInfo.CreateDisposition |
LoadConfiguration.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 |
---|---|
CopyJobConfiguration.Builder |
CopyJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables.
|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) |
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) |
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create tables.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables.
|
Copyright © 2019 Google LLC. All rights reserved.