https://developers.google.com/protocol-buffers/docs/proto#optional states: "For enums, the default value is the first value listed in the enum's type definition" Right now they are initialized to 0 (which might be invalid!)
https://developers.google.com/protocol-buffers/docs/proto#optional states:
"For enums, the default value is the first value listed in the enum's type definition"
Right now they are initialized to 0 (which might be invalid!)