Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<JobInfo.SchemaUpdateOption> |
WriteChannelConfiguration.getSchemaUpdateOptions() |
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> |
LoadConfiguration.getSchemaUpdateOptions()
[Experimental] Returns options allowing the schema of the destination table to be updated as a
side effect of the load job.
|
Modifier and Type | Method and Description |
---|---|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption> schemaUpdateOptions) |
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.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.