syntax = "proto3"; enum GridEvent { GetGridData = 0; GetGridBlocks = 1; GetFields = 10; CreateRow = 11; GetRow = 12; UpdateCell = 20; }