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.WriteDisposition |
CopyJobConfiguration.getWriteDisposition()
Returns the action that should occur if the destination table already exists.
|
JobInfo.WriteDisposition |
WriteChannelConfiguration.getWriteDisposition() |
JobInfo.WriteDisposition |
LoadJobConfiguration.getWriteDisposition() |
JobInfo.WriteDisposition |
QueryJobConfiguration.getWriteDisposition()
Returns the action that should occur if the destination table already exists.
|
JobInfo.WriteDisposition |
LoadConfiguration.getWriteDisposition()
Returns the action that should occur if the destination table already exists.
|
static JobInfo.WriteDisposition |
JobInfo.WriteDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobInfo.WriteDisposition[] |
JobInfo.WriteDisposition.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.setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.
|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) |
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) |
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.
|
Copyright © 2019 Google LLC. All rights reserved.