syntax = "proto3"; enum GridNotification { Unknown = 0; GridDidCreateBlock = 11; DidUpdateRow = 20; GridDidUpdateCells = 30; DidUpdateFields = 40; }