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
When using proto2 in a project, we expect the generated code to encode the optionality of a field in a message.
Currently, all fields in the generated messages are optional (which makes sense in proto3 but doesn't quite align with a proto2 schema).
The text was updated successfully, but these errors were encountered:
Seems to be related to #414
Sorry, something went wrong.
Spot on @czabaj, #414 is the same. Closing this one as a duplicate.
No branches or pull requests
When using proto2 in a project, we expect the generated code to encode the optionality of a field in a message.
Currently, all fields in the generated messages are optional (which makes sense in proto3 but doesn't quite align with a proto2 schema).
The text was updated successfully, but these errors were encountered: