Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ extend buf.validate.Int32Rules {
repeated int32 int32_abs_in_proto2 = 1161 [(buf.validate.predefined).cel = {
id: "int32.abs_in.proto2"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

extend buf.validate.Int64Rules {
repeated google.protobuf.Int64Value int64_abs_in_proto2 = 1161 [(buf.validate.predefined).cel = {
id: "int64.abs_in.proto2"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ extend buf.validate.Int32Rules {
repeated int32 int32_abs_in_edition_2023 = 1162 [(buf.validate.predefined).cel = {
id: "int32.abs_in.edition_2023"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

extend buf.validate.Int64Rules {
repeated google.protobuf.Int64Value int64_abs_in_edition_2023 = 1162 [(buf.validate.predefined).cel = {
id: "int64.abs_in.edition_2023"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

Expand Down
103 changes: 51 additions & 52 deletions proto/protovalidate/buf/validate/validate.proto

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading