Uses of Class
com.google.cloud.bigquery.JobInfo.SchemaUpdateOption
-
Packages that use JobInfo.SchemaUpdateOption 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.SchemaUpdateOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobInfo.SchemaUpdateOption Modifier and Type Method Description static JobInfo.SchemaUpdateOption
JobInfo.SchemaUpdateOption. valueOf(String name)
Returns 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.SchemaUpdateOption Modifier and Type Method Description abstract 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.List<JobInfo.SchemaUpdateOption>
LoadConfiguration. getSchemaUpdateOptions()
[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the load job.List<JobInfo.SchemaUpdateOption>
LoadJobConfiguration. getSchemaUpdateOptions()
List<JobInfo.SchemaUpdateOption>
QueryJobConfiguration. getSchemaUpdateOptions()
[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the query job.List<JobInfo.SchemaUpdateOption>
WriteChannelConfiguration. getSchemaUpdateOptions()
Method parameters in com.google.cloud.bigquery with type arguments of type JobInfo.SchemaUpdateOption Modifier and Type Method Description abstract ConnectionSettings.Builder
ConnectionSettings.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
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
LoadJobConfiguration.Builder. setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions)
QueryJobConfiguration.Builder
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
WriteChannelConfiguration.Builder. setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions)
-