syntax = "proto3"; enum OptionType { OPTION_TYPE_NONE = 0; OPTION_TYPE_NORMAL = 1; OPTION_TYPE_FIRST_CAN_GO = 2; }