Uses of Enum
com.google.cloud.bigquery.JobInfo.WriteDisposition
Packages that use JobInfo.WriteDisposition
Package
Description
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.WriteDispositionModifier and TypeMethodDescriptionabstract JobInfo.WriteDispositionConnectionSettings.getWriteDisposition()Returns the action that should occur if the destination table already exists.CopyJobConfiguration.getWriteDisposition()Returns the action that should occur if the destination table already exists.LoadConfiguration.getWriteDisposition()Returns the action that should occur if the destination table already exists.LoadJobConfiguration.getWriteDisposition()QueryJobConfiguration.getWriteDisposition()Returns the action that should occur if the destination table already exists.WriteChannelConfiguration.getWriteDisposition()static JobInfo.WriteDispositionReturns 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.WriteDispositionModifier and TypeMethodDescriptionabstract ConnectionSettings.BuilderConnectionSettings.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) Sets the action that should occur if the destination table already exists.CopyJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) Sets the action that should occur if the destination table already exists.LoadConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) Sets the action that should occur if the destination table already exists.LoadJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) QueryJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) Sets the action that should occur if the destination table already exists.WriteChannelConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition)