Enum Field.Mode (2.26.1)

public enum Field.Mode extends Enum<Field.Mode>

Mode for a BigQuery Table field. Mode#NULLABLE fields can be set to null, Mode#REQUIRED fields must be provided. Mode#REPEATED fields can contain more than one value.

Static Fields

NameDescription
NULLABLE
REPEATED
REQUIRED

Static Methods

NameDescription
valueOf(String name)
values()