Uses of Enum
com.google.cloud.bigquery.JobInfo.CreateDisposition
Packages that use JobInfo.CreateDisposition
Package
Description
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.CreateDispositionModifier and TypeMethodDescriptionabstract JobInfo.CreateDispositionConnectionSettings.getCreateDisposition()Returns whether the job is allowed to create new tables.CopyJobConfiguration.getCreateDisposition()Returns whether the job is allowed to create new tables.LoadConfiguration.getCreateDisposition()Returns whether the job is allowed to create new tables.LoadJobConfiguration.getCreateDisposition()QueryJobConfiguration.getCreateDisposition()Returns whether the job is allowed to create new tables.WriteChannelConfiguration.getCreateDisposition()static JobInfo.CreateDispositionReturns 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.CreateDispositionModifier and TypeMethodDescriptionabstract ConnectionSettings.BuilderConnectionSettings.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) Sets whether the job is allowed to create tables.CopyJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) Sets whether the job is allowed to create new tables.LoadConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) Sets whether the job is allowed to create new tables.LoadJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) QueryJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) Sets whether the job is allowed to create tables.WriteChannelConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition)