Support proto3 optional keyword
See original GitHub issueThis commit adds support for optional
in proto3.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to define an optional field in protobuf 3 - Stack Overflow
Since protobuf release 3.15, proto3 supports using the optional keyword (just as in proto2) to give a scalar field presence information.
Read more >Language Guide | Protocol Buffers - Google Developers
You can add fields of any type, but cannot use the required , optional , or repeated keywords. If you need to add...
Read more >How To Implement Field Presence for Proto3 - GitHub
All code generators will need to be updated to support proto3 optional fields. ... The optional keyword was chosen to minimize differences with...
Read more >Optional fields - Embedded Proto
As of Google Protobuf version 3.15, optional fields are reintroduced in proto3. Embedded Proto supports optional fields as of version 2.3.0.
Read more >Optional GRPC fields support : IDEA-285457 - YouTrack
proto:45:14: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional' fields in Proto3, simply remove the 'optional' label, as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the note.
hi. when will it be released?