Class Mode (2.2.0)

Mode(value)

Additional qualifiers to define field semantics.

Enums

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