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
protobuf: enable protobuf standard required mechanism
See https://google.aip.dev/203. Currently, there is support for an
option `(cue.opt).required`. This is fine, but requires importing the
`cue.proto`, and exposes cue to the public facing API.
With this approach, the built-in field behavior mechanism can be used,
which is the standard way to declare a required field in proto.
Signed-off-by: John Howard <[email protected]>
0 commit comments