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
For backwards compatibility between different version of the protobuf messages Enums should have an UNKNOWN field with value 0. See http://stackoverflow.com/questions/10392952/how-to-design-for-a-future-additional-enum-value-in-protocol-buffers Most importantly the id 0 should not be used by anything else except the UNKNOWN value.
Enums
UNKNOWN
0
The text was updated successfully, but these errors were encountered:
yeah good point wrt proto3
Sorry, something went wrong.
No branches or pull requests
For backwards compatibility between different version of the protobuf messages
Enums
should have anUNKNOWN
field with value0
. See http://stackoverflow.com/questions/10392952/how-to-design-for-a-future-additional-enum-value-in-protocol-buffersMost importantly the id
0
should not be used by anything else except theUNKNOWN
value.The text was updated successfully, but these errors were encountered: