Uses of Class
com.google.cloud.bigquery.JobInfo.WriteDisposition
-
Packages that use JobInfo.WriteDisposition Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of JobInfo.WriteDisposition in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobInfo.WriteDisposition Modifier and Type Method Description abstract JobInfo.WriteDisposition
ConnectionSettings. getWriteDisposition()
Returns the action that should occur if the destination table already exists.JobInfo.WriteDisposition
CopyJobConfiguration. 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.JobInfo.WriteDisposition
LoadJobConfiguration. getWriteDisposition()
JobInfo.WriteDisposition
QueryJobConfiguration. getWriteDisposition()
Returns the action that should occur if the destination table already exists.JobInfo.WriteDisposition
WriteChannelConfiguration. getWriteDisposition()
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.Methods in com.google.cloud.bigquery with parameters of type JobInfo.WriteDisposition Modifier and Type Method Description abstract ConnectionSettings.Builder
ConnectionSettings.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.CopyJobConfiguration.Builder
CopyJobConfiguration.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.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.WriteChannelConfiguration.Builder
WriteChannelConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
-