diff --git a/object/types.proto b/object/types.proto index 097d2db..5407aca 100644 --- a/object/types.proto +++ b/object/types.proto @@ -35,6 +35,9 @@ enum MatchType { // Full string match STRING_EQUAL = 1; + + // Full string mismatch + STRING_NOT_EQUAL = 2; } // Short header fields