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.WriteDispositionConnectionSettings. getWriteDisposition()Returns the action that should occur if the destination table already exists.JobInfo.WriteDispositionCopyJobConfiguration. getWriteDisposition()Returns the action that should occur if the destination table already exists.JobInfo.WriteDispositionLoadConfiguration. getWriteDisposition()Returns the action that should occur if the destination table already exists.JobInfo.WriteDispositionLoadJobConfiguration. getWriteDisposition()JobInfo.WriteDispositionQueryJobConfiguration. getWriteDisposition()Returns the action that should occur if the destination table already exists.JobInfo.WriteDispositionWriteChannelConfiguration. getWriteDisposition()static JobInfo.WriteDispositionJobInfo.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.BuilderConnectionSettings.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)Sets the action that should occur if the destination table already exists.CopyJobConfiguration.BuilderCopyJobConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)Sets the action that should occur if the destination table already exists.LoadConfiguration.BuilderLoadConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)Sets the action that should occur if the destination table already exists.LoadJobConfiguration.BuilderLoadJobConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)QueryJobConfiguration.BuilderQueryJobConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)Sets the action that should occur if the destination table already exists.WriteChannelConfiguration.BuilderWriteChannelConfiguration.Builder. setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
-