Uses of Class
com.google.cloud.bigquery.JobInfo.CreateDisposition
-
Packages that use JobInfo.CreateDisposition 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.CreateDisposition in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobInfo.CreateDisposition Modifier and Type Method Description abstract JobInfo.CreateDispositionConnectionSettings. getCreateDisposition()Returns whether the job is allowed to create new tables.JobInfo.CreateDispositionCopyJobConfiguration. getCreateDisposition()Returns whether the job is allowed to create new tables.JobInfo.CreateDispositionLoadConfiguration. getCreateDisposition()Returns whether the job is allowed to create new tables.JobInfo.CreateDispositionLoadJobConfiguration. getCreateDisposition()JobInfo.CreateDispositionQueryJobConfiguration. getCreateDisposition()Returns whether the job is allowed to create new tables.JobInfo.CreateDispositionWriteChannelConfiguration. getCreateDisposition()static JobInfo.CreateDispositionJobInfo.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.Methods in com.google.cloud.bigquery with parameters of type JobInfo.CreateDisposition Modifier and Type Method Description abstract ConnectionSettings.BuilderConnectionSettings.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)Sets whether the job is allowed to create tables.CopyJobConfiguration.BuilderCopyJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)Sets whether the job is allowed to create new tables.LoadConfiguration.BuilderLoadConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)Sets whether the job is allowed to create new tables.LoadJobConfiguration.BuilderLoadJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)QueryJobConfiguration.BuilderQueryJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)Sets whether the job is allowed to create tables.WriteChannelConfiguration.BuilderWriteChannelConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
-