We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field presence is a new experimental feature that adds support for optional fields.
TLDR: it works in a somewhat hacky way by representing an optional field with a oneOf with only one variant.
https://github.com/protocolbuffers/protobuf/blob/master/docs/implementing_proto3_presence.md#satisfying-the-experimental-check
The text was updated successfully, but these errors were encountered:
Run tests with --experimental_allow_proto3_optional option
253fee8
This is a preparation to implement #513
Implemented in version 3.0.0-alpha.9.
Sorry, something went wrong.
Awesome, thanks!
No branches or pull requests
Field presence is a new experimental feature that adds support for optional fields.
TLDR: it works in a somewhat hacky way by representing an optional field with a oneOf with only one variant.
https://github.com/protocolbuffers/protobuf/blob/master/docs/implementing_proto3_presence.md#satisfying-the-experimental-check
The text was updated successfully, but these errors were encountered: