We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af0871 commit ef393f4Copy full SHA for ef393f4
1 file changed
src/bitdrift/public/unary/issues/v1/issues.proto
@@ -51,15 +51,9 @@ message AdvancedFilter {
51
}
52
53
// The filter key to match against.
54
- .bitdrift.public.unary.issues.v1.AdvancedFilter.Condition.LhsTyped lhs_typed = 4 [(validate.rules).enum = {
55
- defined_only: true
56
- not_in: [0]
57
- }];
58
-
59
- .bitdrift.public.unary.common.v1.Operator operator = 2 [(validate.rules).enum = {
60
61
62
+ .bitdrift.public.unary.issues.v1.AdvancedFilter.Condition.LhsTyped lhs_typed = 4 [(validate.rules).enum = {defined_only: true}];
+
+ .bitdrift.public.unary.common.v1.Operator operator = 2 [(validate.rules).enum = {defined_only: true}];
63
64
string rhs = 3 [(validate.rules).string = {max_len: 255}];
65
0 commit comments