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
proto3 scalar fields have no distinction by default between not being present and being set to the field's default value. The optional keyword is used for cases where that distinction is necessary.
The protobuf definitions in this repo appear to be instead following proto2 conventions of indicating the optional keyword for any singular field.
The text was updated successfully, but these errors were encountered:
proto3 scalar fields have no distinction by default between not being present and being set to the field's default value. The
optional
keyword is used for cases where that distinction is necessary.The protobuf definitions in this repo appear to be instead following proto2 conventions of indicating the
optional
keyword for any singular field.The text was updated successfully, but these errors were encountered: