Class Mode (1.4.2)

Mode(value)

Additional qualifiers to define field semantics.

Values: MODE_UNSPECIFIED (0): Mode unspecified. REQUIRED (1): The field has required semantics. NULLABLE (2): The field has optional semantics, and may be null. REPEATED (3): The field has repeated (0 or more) semantics, and is a list of values.