|
|
|
|
|
by jsnell
722 days ago
|
|
Yes, proto3 as released was garbage, but they later made it possible to get most proto2 behaviors via configuration. Re: your question, for proto3 an field that's declared as "optional" will allow distinguishing between set to default vs. not set, while non-"optional" fields don't. |
|