Enum JobInfo.SchemaUpdateOption (2.40.1)

public enum JobInfo.SchemaUpdateOption extends Enum<JobInfo.SchemaUpdateOption>

Specifies options relating to allowing the schema of the destination table to be updated as a side effect of the load or query job.

Static Fields

Name Description
ALLOW_FIELD_ADDITION

Allow adding a nullable field to the schema.

ALLOW_FIELD_RELAXATION

Allow relaxing a required field in the original schema to nullable.

Static Methods

Name Description
valueOf(String name)
values()