Skip to content
New issue

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

Validate field numbers #53

Closed
eigenein opened this issue Apr 18, 2019 · 0 comments
Closed

Validate field numbers #53

eigenein opened this issue Apr 18, 2019 · 0 comments
Assignees
Milestone

Comments

@eigenein
Copy link
Owner

eigenein commented Apr 18, 2019

https://developers.google.com/protocol-buffers/docs/proto3#assigning-field-numbers

The smallest field number you can specify is 1, and the largest is 2²⁹ - 1, or 536,870,911. You also cannot use the numbers 19000 through 19999 (...), as they are reserved for the Protocol Buffers implementation...

@eigenein eigenein added the bug label Apr 18, 2019
@eigenein eigenein changed the title Validate field number Validate field numbers Apr 18, 2019
@eigenein eigenein added this to the Version 3 milestone Dec 21, 2022
@eigenein eigenein self-assigned this Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant