package NActorsServices; option java_package = "ru.yandex.kikimr.proto"; // 0-255 range enum EServiceCommon { // WARN: This must be the smallest value in the enumeration GLOBAL = 0; INTERCONNECT = 1; TEST = 2; PROTOCOLS = 3; INTERCONNECT_SPEED_TEST = 4; INTERCONNECT_STATUS = 5; INTERCONNECT_NETWORK = 6; INTERCONNECT_SESSION = 7; HTTP = 8; // This value is reserved boundary. Is must not be aliased with any values // TODO: use reseved values upon protobuf update // COMMON_END = 256; };