Enum JobInfo.SchemaUpdateOption (2.38.2)

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

NameDescription
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

NameDescription
valueOf(String name)
values()