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.CreateDisposition
ConnectionSettings. getCreateDisposition()
Returns whether the job is allowed to create new tables.JobInfo.CreateDisposition
CopyJobConfiguration. getCreateDisposition()
Returns whether the job is allowed to create new tables.JobInfo.CreateDisposition
LoadConfiguration. getCreateDisposition()
Returns whether the job is allowed to create new tables.JobInfo.CreateDisposition
LoadJobConfiguration. getCreateDisposition()
JobInfo.CreateDisposition
QueryJobConfiguration. getCreateDisposition()
Returns whether the job is allowed to create new tables.JobInfo.CreateDisposition
WriteChannelConfiguration. getCreateDisposition()
static JobInfo.CreateDisposition
JobInfo.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.Builder
ConnectionSettings.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create tables.CopyJobConfiguration.Builder
CopyJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables.LoadConfiguration.Builder
LoadConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables.LoadJobConfiguration.Builder
LoadJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
QueryJobConfiguration.Builder
QueryJobConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create tables.WriteChannelConfiguration.Builder
WriteChannelConfiguration.Builder. setCreateDisposition(JobInfo.CreateDisposition createDisposition)
-