setNonnull
Specifies this column as `NONNULL`, in which case you cannot store `NULL` values in this field.
Content copied to clipboard
bool nonnull = 6;
Return
This builder for chaining.
Parameters
value
The nonnull to set.
Specifies this column as `NONNULL`, in which case you cannot store `NULL` values in this field.
bool nonnull = 6;
This builder for chaining.
The nonnull to set.