In Protobuf, I can use numeric values for enum constants.
enum EnumAllowingAlias { option allow_alias = true; UNKNOWN = 0; STARTED = 1; RUNNING