Uses of Enum
com.google.cloud.bigquery.JobInfo.SchemaUpdateOption
Packages that use JobInfo.SchemaUpdateOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of JobInfo.SchemaUpdateOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobInfo.SchemaUpdateOptionModifier and TypeMethodDescriptionstatic JobInfo.SchemaUpdateOptionReturns the enum constant of this type with the specified name.static JobInfo.SchemaUpdateOption[]JobInfo.SchemaUpdateOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery that return types with arguments of type JobInfo.SchemaUpdateOptionModifier and TypeMethodDescriptionabstract List<JobInfo.SchemaUpdateOption>ConnectionSettings.getSchemaUpdateOptions()[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the query job.LoadConfiguration.getSchemaUpdateOptions()[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the load job.LoadJobConfiguration.getSchemaUpdateOptions()QueryJobConfiguration.getSchemaUpdateOptions()[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the query job.WriteChannelConfiguration.getSchemaUpdateOptions()Method parameters in com.google.cloud.bigquery with type arguments of type JobInfo.SchemaUpdateOptionModifier and TypeMethodDescriptionabstract ConnectionSettings.BuilderConnectionSettings.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions) [Experimental] Sets options allowing the schema of the destination table to be updated as a side effect of the query job.LoadConfiguration.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions) [Experimental] Sets options allowing the schema of the destination table to be updated as a side effect of the load job.LoadJobConfiguration.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions) QueryJobConfiguration.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions) [Experimental] Sets options allowing the schema of the destination table to be updated as a side effect of the query job.WriteChannelConfiguration.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions)