This is a quality of life question but I\'ll ask anyhow. So given I have defined some kind of enum with protobuf 3:
enum Number { ZERO = 0; ONE = 1; }