syntax = "proto3"; package ASC.ElasticSearch; message ClearIndexAction { string Id = 1; } message ReIndexAction { int32 Tenant = 1; repeated string Names = 2; } message IndexAction { string Indexing = 1; int64 LastIndexed = 2; }