Replies: 1 comment
|
Not built in for proto3 — the field-presence check has to be explicit. Either use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Protobuf 3 have all fields optional, but it is annoying to handle if I just want them all to be passed. Is there a simple way (like a macro) to give a no-Option value or error?
All reactions