You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| presence=required | The field must always be set. This is the default presence. Mutually exclusive with nullValue. |
138
-
| presence=constant | The field has a constant value that need not be transmitted on the wire. Mutually exclusive with value attributes. |
138
+
| presence=constant | The field has a constant value that need not be transmitted on the wire. Mutually exclusive with nullValue, minValue, and maxValue attributes. |
139
139
| presence=optional | The field need not be populated. A special null value indicates that a field is not set. The presence attribute may be specified on either on a field or its encoding. |
140
140
| nullValue | A special value that indicates that an optional value is not set. See encodings below for default nullValue for each type. Mutually exclusive with presence=required and constant. |
141
141
| minValue | The lowest valid value of a range. Applies to scalar data types, but not to String or data types. |
0 commit comments