diff --git a/buf.gen.yaml b/buf.gen.yaml index 931de94b..0daf2598 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,4 +1,4 @@ version: v2 plugins: - - remote: buf.build/protocolbuffers/java:v28.1 + - remote: buf.build/protocolbuffers/java:v28.2 out: src/main/java diff --git a/conformance/buf.gen.yaml b/conformance/buf.gen.yaml index f539547f..e5242e4a 100644 --- a/conformance/buf.gen.yaml +++ b/conformance/buf.gen.yaml @@ -5,5 +5,5 @@ managed: - file_option: java_package_prefix value: build plugins: - - remote: buf.build/protocolbuffers/java:v28.1 + - remote: buf.build/protocolbuffers/java:v28.2 out: src/main/java diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnEnum.java index 2caad35c..65af7adb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum AnEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyIn.java index 2e3b3382..31458316 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class AnyIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnyIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyInOrBuilder.java index eec385eb..ec6eaaef 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNone.java index 5f7b59e6..4a67938e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class AnyNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnyNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNoneOrBuilder.java index e518c7c9..fb0d63b3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotIn.java index 8a47a764..474f3609 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class AnyNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnyNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotInOrBuilder.java index 322561a5..83e6f104 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequired.java index 5008f8e7..76af5307 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class AnyRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnyRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequiredOrBuilder.java index 38a3f077..c712e233 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/AnyRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalse.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalse.java index 3f77c6ff..bd5665ca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalse.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BoolConstFalse extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolConstFalse.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalseOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalseOrBuilder.java index 44ed156d..9464a3a4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalseOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstFalseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrue.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrue.java index faae49bf..8706d3e8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrue.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrue.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BoolConstTrue extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolConstTrue.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrueOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrueOrBuilder.java index 71ce3888..3be462eb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrueOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolConstTrueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExample.java index 12fd3d2a..8d3fa5bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BoolExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExampleOrBuilder.java index 699d2790..cdd4b37c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNone.java index 7ffd303c..b510ce54 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BoolNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNoneOrBuilder.java index 3a11bf49..acaf79ee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolProto.java index 60351320..8b84bb70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BoolProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BoolProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bool.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private BoolProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConst.java index 6b89eb48..9730c55d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConstOrBuilder.java index 1f8db4b2..1c16be73 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContains.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContains.java index 0d6c0213..a1a9f437 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContains.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContains.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesContains extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesContains.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContainsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContainsOrBuilder.java index 14c3986f..90833cee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContainsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesContainsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLen.java index 1fe9cad4..61de2d8d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesEqualMinMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesEqualMinMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLenOrBuilder.java index 7064f472..694df730 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesEqualMinMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExample.java index bd6b9a61..6dec6202 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExampleOrBuilder.java index c8e965b7..98d2d760 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIP.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIP.java index f21e3660..375e071b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIP.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIP.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesIP extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesIP.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPOrBuilder.java index afcb9ce1..ab2d9d85 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4.java index 9ecbb87c..c65c47da 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesIPv4 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesIPv4.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4OrBuilder.java index 7afc06e1..d423e82e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv4OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6.java index d59d2301..912bf49f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesIPv6 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesIPv6.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6Ignore.java index a22f0fef..97a4bfc9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesIPv6Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesIPv6Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6IgnoreOrBuilder.java index 868c58bc..f10e7a45 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6OrBuilder.java index 52d86f08..c1ead619 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIPv6OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIn.java index b8fc7626..8de48af2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesInOrBuilder.java index dbd70cd7..199b8530 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLen.java index d1d92b05..594dee14 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLenOrBuilder.java index e8ebd614..387fe503 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLen.java index 5d41cd28..6f490f8d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLenOrBuilder.java index 399d5eae..7f89de2b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLen.java index 348a7c53..3346dd61 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesMinLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesMinLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLenOrBuilder.java index b238af65..68e8e0ec 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLen.java index 40c296b9..54f31ac5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesMinMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesMinMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLenOrBuilder.java index 71cbb0e8..9d8d6fc0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesMinMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNone.java index d2e0f667..e806844a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNoneOrBuilder.java index 3450c5ef..096b8228 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIP.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIP.java index 56762d0f..12f748cf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIP.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIP.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesNotIP extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesNotIP.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPOrBuilder.java index 603381ec..13bc597b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4.java index 03b5ab13..a52fafa5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesNotIPv4 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesNotIPv4.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4OrBuilder.java index c92f43c4..eb9374c9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv4OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6.java index 6213be5f..c3089fc4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesNotIPv6 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesNotIPv6.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6OrBuilder.java index 11ed5f97..5dfb5d74 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIPv6OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIn.java index 01a91128..203ef8e2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotInOrBuilder.java index 8a4ac384..b7eed4c2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPattern.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPattern.java index 4814e208..7674101b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPattern.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPattern.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesPattern extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesPattern.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPatternOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPatternOrBuilder.java index 0a012c66..e4671bcb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPatternOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPatternOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefix.java index bd0b23ed..1694585d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesPrefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesPrefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefixOrBuilder.java index da1fa638..11b26861 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesPrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesProto.java index 55415a1d..fc0ac7d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private BytesProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffix.java index 3814513c..974832ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class BytesSuffix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesSuffix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffixOrBuilder.java index 7656d071..81cc6801 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/BytesSuffixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/bytes.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestEnum.java index 4d5c5dcc..636e0ae1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum ComplexTestEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ComplexTestEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsg.java b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsg.java index d96cf8e6..6291d0c3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsg.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsg.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class ComplexTestMsg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ComplexTestMsg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsgOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsgOrBuilder.java index e86fa828..b55f5e3d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsgOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/ComplexTestMsgOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConst.java index 8468309f..d08732d2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConstOrBuilder.java index 0db0066e..a604c355 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTE.java index e4677f6f..303dfdea 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTEOrBuilder.java index 9c05c6c9..5643d31b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGT.java index 0db2e4fd..ba9b462a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGTOrBuilder.java index 99fcf022..9e464153 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExample.java index 028868c8..83dbfdd7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExampleOrBuilder.java index d2714681..9635b70b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFinite.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFinite.java index b6d79bdc..185566e5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFinite.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFinite.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleFinite extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleFinite.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFiniteOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFiniteOrBuilder.java index 72e29904..6b65e546 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFiniteOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleFiniteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGT.java index a2a88c67..ffe2f770 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTE.java index 533f94a9..db846358 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleGTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleGTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTE.java index 46f00b3a..2512870d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTEOrBuilder.java index d5684e29..7adacc4a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTEOrBuilder.java index 8b410413..d49a76ee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLT.java index 97c94551..2a26f8df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleGTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleGTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLTOrBuilder.java index 6ea0d57a..964284fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTOrBuilder.java index 194b4c89..7fe5cc82 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnore.java index 7d2c254d..00eecc4a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleIgnore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleIgnore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnoreOrBuilder.java index 81332e51..24354908 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIn.java index 0a849529..ef2f1439 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleInOrBuilder.java index 0e5011dc..13e91fac 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectType.java index 5ee34d7d..d2066daf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleIncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleIncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectTypeOrBuilder.java index 11b26a31..514c5d8a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleIncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLT.java index a5498475..73f1ef98 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTE.java index 8a63013a..1569e9d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleLTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleLTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTEOrBuilder.java index b097890d..74fafe84 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTOrBuilder.java index 075515cf..08127e43 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNone.java index 38f7c77d..19f6fbe1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNoneOrBuilder.java index ce50d98a..03957ed6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFinite.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFinite.java index 4eba99a0..0ba80ecb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFinite.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFinite.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleNotFinite extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleNotFinite.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFiniteOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFiniteOrBuilder.java index cbe164d5..557b343c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFiniteOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotFiniteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotIn.java index cf36a251..5fb30f92 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DoubleNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotInOrBuilder.java index 9ac5bc51..f6972694 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DoubleNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConst.java index f68177e2..d22a54bb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConstOrBuilder.java index 14d13bd5..ab6c3424 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTE.java index caa4acbe..342d840c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTEOrBuilder.java index 0c93e5bd..8bdd5158 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGT.java index 50ebb460..345f62b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGTOrBuilder.java index 505021c6..f8975ce7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExample.java index c41e2e89..8c45be0b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExampleOrBuilder.java index 856ae1fb..2f71310c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFields.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFields.java index ee296b94..8145f0cc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFields.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFields.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -23,7 +23,7 @@ public final class DurationFieldWithOtherFields extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationFieldWithOtherFields.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFieldsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFieldsOrBuilder.java index 3a34894b..0118cdae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFieldsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationFieldWithOtherFieldsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGT.java index 436cf57d..76b4ed3b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTE.java index 887d02c7..ada2c41e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationGTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationGTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTE.java index 08132623..5c0ffd4e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTEOrBuilder.java index 712c5a02..abf245b6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTEOrBuilder.java index c326d46c..f3a65c29 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLT.java index e76ad013..2a3c2768 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationGTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationGTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLTOrBuilder.java index 12654844..90c73f19 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTOrBuilder.java index c37443c3..246f9e37 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationIn.java index f482436e..84d345e2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationInOrBuilder.java index 48f8770c..4e98f707 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLT.java index 6f1b7728..3c67aafa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTE.java index f258229b..e70b0ee5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationLTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationLTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTEOrBuilder.java index 96b07e10..65f6ff63 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTOrBuilder.java index 5d8620e9..78741a9b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNone.java index ada03b33..9e0bd366 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNoneOrBuilder.java index 010aec1b..75875a85 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotIn.java index a726d338..38472a1c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotInOrBuilder.java index 8469baeb..6e0ce072 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequired.java index c9f15e4e..99aa137e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class DurationRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequiredOrBuilder.java index acd977a6..6ed19c25 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/DurationRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefault.java index cd0ca1d1..33a3e3b3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefaultOrBuilder.java index 07be8b46..352097eb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmpty.java index 9b7af9bc..dd743384 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmptyOrBuilder.java index 75e02487..52b621dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecified.java index 85f89f27..6bf54c09 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecifiedOrBuilder.java index a08ca24b..ecc0c4db 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefault.java index 1881b4f3..4e855320 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapKeyIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapKeyIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefaultOrBuilder.java index b643bb13..de58c189 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmpty.java index c295f160..9946c01d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapKeyIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapKeyIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmptyOrBuilder.java index a14a57f6..3cfffaa0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecified.java index fe1f0cc7..181aa047 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapKeyIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapKeyIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecifiedOrBuilder.java index 9d6d1fea..2cffa215 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefault.java index e8e63592..5aaa970d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapValueIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapValueIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefaultOrBuilder.java index ebef2c24..38cc9b69 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmpty.java index 8dd309b7..3cf0ca4a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapValueIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapValueIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmptyOrBuilder.java index ac5a3217..29589a0c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecified.java index 1655eb6f..48d58d9d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapValueIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapValueIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecifiedOrBuilder.java index 2e0b6ff1..a0c6c3ab 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefault.java index 416619e0..0acb90a2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceDelimitedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceDelimitedIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefaultOrBuilder.java index 9ded56f1..79e8b782 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmpty.java index b265a485..b17fcdc8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceDelimitedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceDelimitedIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmptyOrBuilder.java index 4b054876..94aa6ad3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified.java index 2a9f165b..d9b2e594 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified ext com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecifiedOrBuilder.java index 51a0275c..a4586a01 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefault.java index 0c1d1906..61972027 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefaultOrBuilder.java index 9ebfe9a5..5bb71a9a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmpty.java index f2f7ca36..66b3a343 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmptyOrBuilder.java index 842514a7..827c6ba0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecified.java index 9053a216..26bba3ba 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecifiedOrBuilder.java index bc35baa5..295aa9db 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefault.java index f41339ba..9150164a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredDelimitedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredDelimitedIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefaultOrBuilder.java index ac65ffe9..ca85af02 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmpty.java index a7c26867..5bb8199a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredDelimitedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredDelimitedIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmptyOrBuilder.java index ece1443f..633441d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified.java index 7178308b..48a396c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified exten com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecifiedOrBuilder.java index d02a4db7..e17f534f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefault.java index e5d482ab..d9100d2c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefaultOrBuilder.java index 128431fa..67a3329b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmpty.java index b01734bc..ea97f3f8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmptyOrBuilder.java index 4ec1c7d5..96f48f22 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecified.java index 658d1909..261ef150 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecifiedOrBuilder.java index a71e43a2..c48de776 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefault.java index 6982957f..28980d6a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultOrBuilder.java index 29dd05fd..7affedc2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefault.java index 0ca7672b..2ceddb28 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreDefaultWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefaultOrBuilder.java index d82647fb..0586d071 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmpty.java index 17043531..a501a7e7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyOrBuilder.java index 846ab305..3a65737d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefault.java index e5244d25..6a64d16e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefaultOrBuilder.java index 41436d63..899219e0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecified.java index 03d96dda..07a01a12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedOrBuilder.java index 3f28218a..dcb87e2e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefault.java index 5d350ef8..9cfe59d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreUnspecifiedWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefaultOrBuilder.java index 909ee683..4ef464f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefault.java index 0c35b0ee..0fe4e78c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefaultOrBuilder.java index 8bad925a..e558879d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmpty.java index d2b967b7..819c878b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmptyOrBuilder.java index d51eb424..ec83e767 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecified.java index d6a0230c..3fcd366b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecifiedOrBuilder.java index 91a6bace..f365866e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefault.java index 9493c4ee..390c6453 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedItemIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedItemIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefaultOrBuilder.java index b2d9a52e..38dfc2ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmpty.java index 6b9f4bef..65d669cf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedItemIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedItemIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmptyOrBuilder.java index 63aa8f18..9951c652 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecified.java index 543f2031..9792fe9f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedItemIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedItemIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecifiedOrBuilder.java index 140a7325..5aa63979 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefault.java index a1eb323d..cf69e83b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefaultOrBuilder.java index 4bf15360..51ef6187 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmpty.java index 87a0db2f..cbacaf7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmptyOrBuilder.java index c264f7ac..1ec592b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecified.java index df4c87a8..db8916e2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecifiedOrBuilder.java index a329f202..a24e7a77 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefault.java index fb19831a..1f0da9f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedItemIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedItemIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefaultOrBuilder.java index b614a15d..de4649ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmpty.java index 8cb16786..ea1d2177 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedItemIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedItemIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmptyOrBuilder.java index 0faea96f..7ceade5d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecified.java index 3749b81b..5c8cb126 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedItemIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedItemIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecifiedOrBuilder.java index 00c436bd..810ae425 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefault.java index d803ba69..c3808519 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultOrBuilder.java index 16a58e0b..81c792cc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefault.java index 62eaab51..fd81a9fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreDefaultWithDefault extend com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefaultOrBuilder.java index 2615d417..f311e100 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmpty.java index b58bc15f..f61c9860 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyOrBuilder.java index 263623ff..ebb8aaa7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefault.java index 0b7f61a3..bc68a3b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefaultOrBuilder.java index abf89825..706ee6fc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecified.java index affb1f98..0c6dc8b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedOrBuilder.java index d275fe39..69d8b7e3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault.java index 323c04a0..f68e4f42 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault ex com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefaultOrBuilder.java index 26bb8050..3c73c302 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefault.java index b6367ff8..ba4aa277 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarImplicitPresenceIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarImplicitPresenceIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefaultOrBuilder.java index 15f79a9b..0ad5e4f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmpty.java index 667e9c75..17057c2a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarImplicitPresenceIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarImplicitPresenceIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmptyOrBuilder.java index aa45f2a1..38bc71b0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecified.java index c4816ba5..262e5588 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarImplicitPresenceIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarImplicitPresenceIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecifiedOrBuilder.java index 94cb4ba4..8fe6d6d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefault.java index 3bbec629..bc43e250 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultOrBuilder.java index 6e4bd865..456cd319 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefault.java index fdc33f0d..88860cc7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreDefaultWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefaultOrBuilder.java index 3139bbb3..9a803766 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmpty.java index 8adf2ded..f56dd3fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyOrBuilder.java index 9772ceb8..c12920b7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefault.java index d1d26700..03ee5a82 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefaultOrBuilder.java index 2e8bcdb2..b47dd121 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecified.java index fd3c8edf..29590802 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedOrBuilder.java index 35a4a437..46f70d7d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault.java index 77b09cab..3ded1059 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault exte com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java index df3ceda0..3daae004 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Embed.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Embed.java index 674514db..6c3791e4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Embed.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Embed.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Embed extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EmbedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EmbedOrBuilder.java index 24218ae2..23a68e82 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EmbedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EmbedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConst.java index b218976c..ae9b074e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumAliasConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumAliasConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConstOrBuilder.java index e0944478..6013333b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefined.java index 96fd6647..95e6d2ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumAliasDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumAliasDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefinedOrBuilder.java index 1b0d69cc..ac4ff93e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasIn.java index 85407392..596c1842 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumAliasIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumAliasIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasInOrBuilder.java index c340532e..1ed06f0d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotIn.java index 3754751c..450ae3f2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumAliasNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumAliasNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotInOrBuilder.java index 37a7b1e4..5f43e9af 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumAliasNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConst.java index 61484276..60f0af10 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConstOrBuilder.java index e3c4ec44..3c4bfb71 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefined.java index a85b15d9..4320f760 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefinedOrBuilder.java index 7d57c3b6..427672cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExample.java index 3b6ec6fb..442a8f03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExampleOrBuilder.java index aa2e4e8e..b61c5a97 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal.java index abbb16cc..56482414 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumExternal extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumExternal.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2.java index 4281b792..a59ab0cc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumExternal2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumExternal2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2OrBuilder.java index 0e82db28..2d1030cf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternal2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternalOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternalOrBuilder.java index c1658019..9211b8f9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternalOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumExternalOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumIn.java index 7fd1c531..ff01458b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInOrBuilder.java index b4334423..6369fdcc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneof.java index 0f94be23..4008b660 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumInsideOneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumInsideOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneofOrBuilder.java index 47d4ae87..0f6827f7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumInsideOneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNone.java index 35b7133d..6bf315d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNoneOrBuilder.java index 1d467fbe..908bf2cc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotIn.java index c3238dab..fcf395e0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EnumNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotInOrBuilder.java index ae5a0131..b1ac45a9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumsProto.java index 3121868e..d4564ead 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EnumsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EnumsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private EnumsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FilenameWithDashProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FilenameWithDashProto.java index e974c1c2..d6c0104b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FilenameWithDashProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FilenameWithDashProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/filename-with-dash.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private FilenameWithDashProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FilenameWithDashProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Const.java index 19974b4b..a201dbaa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ConstOrBuilder.java index 78de6468..eb48148f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTE.java index 1f57a26d..f85ab646 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTEOrBuilder.java index 6359afef..a182d43f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGT.java index 027f7607..35c2a5d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGTOrBuilder.java index acf00ebe..a33381f1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Example.java index 6171313e..517c5b7c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExampleOrBuilder.java index b75ed2ef..4d24b51e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GT.java index bc57a8df..fa870e64 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTE.java index 1129c83e..983cdc9a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTE.java index 170578d8..895f0921 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTEOrBuilder.java index 493ce2fa..e678ab7a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTEOrBuilder.java index 968dbaf9..11fde922 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLT.java index 6c7075a0..b49bb1d2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLTOrBuilder.java index 6148de8b..75b2010e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTOrBuilder.java index 30c83463..4114f0f1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Ignore.java index 0645b264..45d26ab6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IgnoreOrBuilder.java index 98abddda..7585214e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32In.java index 5dfe2d9e..91e15f48 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32InOrBuilder.java index 8392cd05..dd9d9399 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectType.java index 5b09ae40..f95b8ae5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectTypeOrBuilder.java index 35156511..c3edf598 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LT.java index dcf1a74a..e287301e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTE.java index 6926fca5..4126833d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTEOrBuilder.java index 6455fe25..428298a7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTOrBuilder.java index 716f1e45..bde77d41 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32None.java index 2b62f0b7..049ff0c2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NoneOrBuilder.java index 4acdeb6d..fe475813 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotIn.java index 0b90b386..6b869bd6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed32NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotInOrBuilder.java index ff91c751..ef77a6dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed32NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Const.java index c2c64879..645d9dcd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ConstOrBuilder.java index be27a138..e4793982 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTE.java index 6a78c75c..356df0dd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTEOrBuilder.java index 77e017fe..24c9733a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGT.java index 369eece5..4684c1e8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGTOrBuilder.java index 8f38e84e..a73b8f3a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Example.java index 25d28ba9..eb73d654 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExampleOrBuilder.java index f396b435..9646fb0c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GT.java index 6f7fd1ce..deb2539b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTE.java index df9e3aeb..fed46384 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTE.java index 915b0035..9288d33c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTEOrBuilder.java index 26ada15a..93f31c96 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTEOrBuilder.java index b371c2d8..ee2791f3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLT.java index 2a09a9cb..91d054f2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLTOrBuilder.java index cae91d01..bff5e64f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTOrBuilder.java index ed347c6c..86799542 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Ignore.java index 1a67edf9..27e14348 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IgnoreOrBuilder.java index 74fb456f..f48230d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64In.java index 98106d1d..06729a64 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64InOrBuilder.java index fbc64942..6ff544fc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectType.java index 1d0fcba0..fb163446 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectTypeOrBuilder.java index b4c53a5f..92464536 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LT.java index 1a52087e..2c074d5c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTE.java index 1c1a8291..15b7c082 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTEOrBuilder.java index 1bc8e3a1..bc89275a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTOrBuilder.java index a31cbf33..b8b31031 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64None.java index 5d48bdad..d36db8a7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NoneOrBuilder.java index 44e6f247..317ad922 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotIn.java index d8b1f917..973f5385 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Fixed64NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotInOrBuilder.java index ea4013d1..74c061be 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Fixed64NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConst.java index a72ad6a1..bdb75565 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConstOrBuilder.java index 550fa0e6..67587271 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTE.java index 36a34683..eaf53ce2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTEOrBuilder.java index 1c2791bf..0a726a13 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGT.java index c8062b52..9bba047f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGTOrBuilder.java index e235238f..ec4b1922 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExample.java index f84e2888..8d4e4561 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExampleOrBuilder.java index a04d6dcc..ec70e862 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFinite.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFinite.java index 6fbf0ce6..f0a16092 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFinite.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFinite.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatFinite extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatFinite.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFiniteOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFiniteOrBuilder.java index 72be453c..bb919d08 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFiniteOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatFiniteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGT.java index b3240bad..7ca2ff6e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTE.java index b3935b4e..fb06f1e7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatGTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatGTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTE.java index aa8da82d..927a376e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTEOrBuilder.java index 02e2f056..61484af5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTEOrBuilder.java index 861963b1..7b0cf0a6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLT.java index dede6b95..9392b21f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatGTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatGTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLTOrBuilder.java index b28ca8e5..bc466412 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTOrBuilder.java index 365183f0..587f334e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnore.java index c99709d9..b337afc2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatIgnore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatIgnore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnoreOrBuilder.java index e4e64383..21d9b1be 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIn.java index f154715a..4b17f2a1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatInOrBuilder.java index 3c1f0a05..e9c90bb7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectType.java index 26afd180..aa181300 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatIncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatIncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectTypeOrBuilder.java index 48089609..9a85a5f2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatIncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLT.java index 87c8d35b..4de446df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTE.java index 248de51e..9003398b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatLTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatLTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTEOrBuilder.java index bea4553d..09f7d9f5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTOrBuilder.java index c48dc72f..ddbacac3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNone.java index fe69593b..e050eac5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNoneOrBuilder.java index dbe727c0..9c359bbb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFinite.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFinite.java index f00bbcae..f9798c31 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFinite.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFinite.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatNotFinite extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatNotFinite.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFiniteOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFiniteOrBuilder.java index 79fb002d..de01942f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFiniteOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotFiniteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotIn.java index 95cbe2a2..4fbf77da 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class FloatNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotInOrBuilder.java index ffa07ef9..a2dae2f7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/FloatNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMap.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMap.java index 5e70cb6e..ea044abc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMap.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMap.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsMap extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsMap.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMapOrBuilder.java index 0e372e95..1b15cc63 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresence.java index 551b841f..857d23ea 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsMessageExplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsMessageExplicitPresence.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimited.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimited.java index c9f05cce..242ca326 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimited.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimited.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsMessageExplicitPresenceDelimited extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsMessageExplicitPresenceDelimited.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimitedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimitedOrBuilder.java index 77116412..8c89332b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimitedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceDelimitedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceOrBuilder.java index c5c87e55..2473359a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageExplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequired.java index cd6010bd..f6b433bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsMessageLegacyRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsMessageLegacyRequired.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimited.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimited.java index adc5d3ce..a9554e9e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimited.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimited.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsMessageLegacyRequiredDelimited extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsMessageLegacyRequiredDelimited.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimitedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimitedOrBuilder.java index 0354b4a1..abf4fe19 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimitedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredDelimitedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredOrBuilder.java index 61a11d38..55140949 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsMessageLegacyRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneof.java index ff183551..7607e209 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsOneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneofOrBuilder.java index 397c8c79..f9b719dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsOneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeated.java index 54cefd22..dd48ea76 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsRepeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsRepeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpanded.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpanded.java index 5c5b228f..80434d44 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpanded.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpanded.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsRepeatedExpanded extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsRepeatedExpanded.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpandedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpandedOrBuilder.java index c31a6d31..2c5bde24 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpandedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedExpandedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedOrBuilder.java index b746d710..638a9474 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsRepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresence.java index 383f7d21..96c626a0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsScalarExplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsScalarExplicitPresence.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceOrBuilder.java index f3949b7f..66e5e593 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefault.java index 8854e658..bca109d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsScalarExplicitPresenceWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsScalarExplicitPresenceWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefaultOrBuilder.java index 50ce1816..cb4b4489 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarExplicitPresenceWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresence.java index e17cf932..62dc2169 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsScalarImplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsScalarImplicitPresence.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresenceOrBuilder.java index 19b8bccc..6efd2934 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarImplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequired.java index a2529412..ec3046ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsScalarLegacyRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsScalarLegacyRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredOrBuilder.java index bcf98c36..d02602f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefault.java index 1627c61d..ade5aab2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyEditionsScalarLegacyRequiredWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyEditionsScalarLegacyRequiredWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefaultOrBuilder.java index b91ab8f8..75633b0e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyEditionsScalarLegacyRequiredWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairs.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairs.java index b3d8e821..394794fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairs.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairs.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyMapPairs extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyMapPairs.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairsOrBuilder.java index 09c80fbb..a6de76bc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyMapPairsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Map.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Map.java index 3f6da9a3..072a3d2c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Map.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Map.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2Map extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MapOrBuilder.java index a86ce3cf..8102d4ff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Message.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Message.java index 6ecbc8b3..5eae8414 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Message.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2Message.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MessageOrBuilder.java index c68d628c..18ae8a62 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Oneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Oneof.java index fc371a0d..f72de243 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Oneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Oneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2Oneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2Oneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2OneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2OneofOrBuilder.java index 356c4796..406fd284 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2OneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2OneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Proto.java index 4425dba6..31e35f7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Repeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Repeated.java index 15c14ba0..16d682fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Repeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2Repeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2Repeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2RepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2RepeatedOrBuilder.java index 4ca67af5..d762e6cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2RepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2RepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptional.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptional.java index 832cc4ad..8f18d917 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptional.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptional.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2ScalarOptional extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2ScalarOptional.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalOrBuilder.java index df3b3c3f..ef9cae9d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefault.java index 4d169733..95143afd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2ScalarOptionalWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2ScalarOptionalWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefaultOrBuilder.java index 885829a9..9a2cf51d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarOptionalWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequired.java index 4bce5ebf..71037f35 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto2ScalarRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto2ScalarRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequiredOrBuilder.java index 2fb75a89..17bd56c4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto2ScalarRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Map.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Map.java index 383af481..ffceb160 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Map.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Map.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3Map extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MapOrBuilder.java index 98565e73..45125411 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Message.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Message.java index 3d2a1ad8..67fed6de 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Message.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Message.class.getName()); } @@ -71,7 +71,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MessageOrBuilder.java index e3575428..d8071179 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Oneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Oneof.java index 62a30174..8ef99ab9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Oneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Oneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3Oneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Oneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OneofOrBuilder.java index 3adaf4c3..3c5ba962 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalar.java index af9d60da..2975317a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalar.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3OptionalScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3OptionalScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalarOrBuilder.java index 7d988f11..f922e94a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3OptionalScalarOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Proto.java index 7a109277..32655719 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Repeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Repeated.java index d971533f..908df551 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Repeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Repeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3Repeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3RepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3RepeatedOrBuilder.java index 8433e9bf..78b7d29a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3RepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3RepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Scalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Scalar.java index 54323015..d55eec3d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Scalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3Scalar.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyProto3Scalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProto3Scalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3ScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3ScalarOrBuilder.java index 56c792d8..0c4765fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3ScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProto3ScalarOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProtoEditionsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProtoEditionsProto.java index 8eceab55..c6e0aee2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProtoEditionsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyProtoEditionsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyProtoEditionsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItems.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItems.java index 094dcd7c..8cac51ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItems.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItems.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IgnoreEmptyRepeatedItems extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreEmptyRepeatedItems.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItemsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItemsOrBuilder.java index 2c2a9533..2668bcd3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItemsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreEmptyRepeatedItemsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_empty_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto2Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto2Proto.java index 2b4632c8..5e0f7621 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto2Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto2Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreProto2Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto3Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto3Proto.java index 7c1c05c8..571bd30d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto3Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProto3Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreProto3Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProtoEditionsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProtoEditionsProto.java index 09b3578a..8ddfd659 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProtoEditionsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IgnoreProtoEditionsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IgnoreProtoEditionsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Const.java index 193676ec..fb39439f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ConstOrBuilder.java index 0753741b..3ac648df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTE.java index bcaefca7..728b1cc2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTEOrBuilder.java index b92e40a1..28b9fe67 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGT.java index dd576c63..a629664a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGTOrBuilder.java index 3908feaa..db3041aa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Example.java index d24488b4..f0ed8f7a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExampleOrBuilder.java index 623bcead..c24330d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GT.java index f149202f..42f0dcd1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTE.java index b1e594a4..53f0935a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTE.java index 186e5b6b..aa43541c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTEOrBuilder.java index 9b2ec3ee..3648a074 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTEOrBuilder.java index 56bad0e9..df7b6371 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLT.java index 3aafdbb4..b843e902 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLTOrBuilder.java index 6a7d17f2..85535814 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTOrBuilder.java index e4adb58c..9dcef44b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Ignore.java index 7bca41e9..d131f7f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IgnoreOrBuilder.java index b88a87fa..7d260086 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32In.java index 163ecbed..71d77333 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32InOrBuilder.java index 5304dd12..948b24d0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectType.java index f0f4ee56..0ba95c3e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectTypeOrBuilder.java index 191aa9b7..cd8fcc95 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LT.java index 2d6df1ed..1021da79 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTE.java index e4d39cdd..181b9aa9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTEOrBuilder.java index c0f8af51..3c0c7d2b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTOrBuilder.java index a1da1bc8..ae709d21 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32None.java index 01e70b33..6d33213b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NoneOrBuilder.java index ef162ecd..79f15e23 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotIn.java index 79c9434a..57e27d46 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int32NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotInOrBuilder.java index e59b754a..1d04c040 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int32NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraints.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraints.java index e5b1e22f..e25ed0ce 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraints.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraints.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64BigConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64BigConstraints.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraintsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraintsOrBuilder.java index f7e3bbb0..3ae8d20d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraintsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64BigConstraintsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Const.java index 3b3ed6a3..68a1936f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ConstOrBuilder.java index 421f8a52..35ed1946 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTE.java index 6c177125..d5a22841 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTEOrBuilder.java index cf0959f8..b15438bb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGT.java index 54684d3d..285622c3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGTOrBuilder.java index 7c5a2d97..0a0c20ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Example.java index b1472fca..770756e1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExampleOrBuilder.java index d778921c..7118f7b3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GT.java index 2f61baa1..a763ca9a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTE.java index 1aae02b6..7bfd6c1d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTE.java index 9e739036..2a63f9b1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTEOrBuilder.java index 5d7d47f3..94d51c2f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTEOrBuilder.java index 02e0b1e8..8e89d19e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLT.java index e6530b81..941db93d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLTOrBuilder.java index e376011a..9a439258 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTOrBuilder.java index 36496b83..5a8e1fa4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Ignore.java index d4bbe650..446a0e98 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IgnoreOrBuilder.java index 7a88dc47..348f715a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64In.java index bdcb22fa..8426ed90 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64InOrBuilder.java index 07079b4d..e1d55ad5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectType.java index 8ea8a677..deacf23d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectTypeOrBuilder.java index e8ee2ca2..23d691bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LT.java index d5fb9f32..a6875c2d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTE.java index 7e62cfe6..6131bf70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptional.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptional.java index d57756c3..bf550305 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptional.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptional.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64LTEOptional extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64LTEOptional.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptionalOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptionalOrBuilder.java index 1395b991..785e8d28 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptionalOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOptionalOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOrBuilder.java index 0a0d5185..1f8e05fc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTOrBuilder.java index 5ea22e72..936a4237 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64None.java index fc136dde..9d1f9dd3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NoneOrBuilder.java index 36307e91..67977cfb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotIn.java index d7d27655..c8beb2d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Int64NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotInOrBuilder.java index 7f16e99b..0f888484 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Int64NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessage.java b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessage.java index df86a3b4..8fbc4a78 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessage.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class KitchenSinkMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", KitchenSinkMessage.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessageOrBuilder.java index 34ccdb7f..efb6be67 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkProto.java index 71e0dbc9..62f7e90f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/KitchenSinkProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/kitchen_sink.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private KitchenSinkProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", KitchenSinkProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefined.java index 8df2cf99..c8611a5d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapEnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapEnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefinedOrBuilder.java index 6d2933f6..61fab67f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapEnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExact.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExact.java index 41638f4b..d0d78e4e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExact.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExact.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapExact extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapExact.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnore.java index e671b5c1..8cc9e280 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapExactIgnore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapExactIgnore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnoreOrBuilder.java index 094266b1..de0594ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactIgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactOrBuilder.java index af501b90..5608bb35 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExactOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefined.java index b3525865..972a9a48 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapExternalEnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapExternalEnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefinedOrBuilder.java index a45c68e3..46386df8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapExternalEnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeys.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeys.java index 286d3ef3..2095b43e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeys.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeys.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapKeys extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapKeys.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysOrBuilder.java index 9c3b7500..dbd14245 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPattern.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPattern.java index 11b39e64..fa94c258 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPattern.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPattern.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapKeysPattern extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapKeysPattern.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPatternOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPatternOrBuilder.java index 9872ae25..d052418a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPatternOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapKeysPatternOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMax.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMax.java index 897926b4..b7ad2b85 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMax.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMax.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapMax extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapMax.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMaxOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMaxOrBuilder.java index cd452565..3fda2546 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMaxOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMaxOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMin.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMin.java index 90ca092f..50e6d61d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMin.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMin.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapMin extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapMin.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMax.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMax.java index bbcf2136..580c84c7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMax.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMax.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapMinMax extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapMinMax.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMaxOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMaxOrBuilder.java index a083e95e..5e48e41c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMaxOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinMaxOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinOrBuilder.java index de4ae38a..2d36579c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapMinOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapNone.java index 966c364a..48430d5c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapNoneOrBuilder.java index bf422184..4c2f8e79 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursive.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursive.java index ff99338d..679b6c94 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursive.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursive.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapRecursive extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapRecursive.class.getName()); } @@ -83,7 +83,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursiveOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursiveOrBuilder.java index b04f9567..b7232ab0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursiveOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapRecursiveOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValues.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValues.java index 2d5089ab..ebf922c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValues.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValues.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapValues extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapValues.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesOrBuilder.java index da6b9367..84547e02 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPattern.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPattern.java index 35793c70..6deb6cdb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPattern.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPattern.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MapValuesPattern extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapValuesPattern.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPatternOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPatternOrBuilder.java index 8fd851f9..d17b0c72 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPatternOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapValuesPatternOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MapsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MapsProto.java index 050f3214..7f6acd42 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MapsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MapsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private MapsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Message.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Message.java index 6f73bbed..7cd1877d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Message.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Message.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackage.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackage.java index 4069e97e..2ad5dadf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackage.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageCrossPackage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageCrossPackage.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackageOrBuilder.java index 5d083b30..8f39d747 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageCrossPackageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabled.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabled.java index 3b51723f..10af787f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabled.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabled.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageDisabled extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageDisabled.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabledOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabledOrBuilder.java index 6f5c6f5a..a6228dd9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabledOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageDisabledOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNone.java index 01c90179..a4e53ccb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageNone.class.getName()); } @@ -59,7 +59,7 @@ public static final class NoneMsg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", NoneMsg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNoneOrBuilder.java index b5fe100f..8933630a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageOrBuilder.java index 612d2f96..1fa6723b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequired.java index 1aca9edb..aeb1500f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptional.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptional.java index 0513bf91..d01ac803 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptional.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptional.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageRequiredButOptional extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageRequiredButOptional.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptionalOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptionalOrBuilder.java index f3f6eb86..4e356a54 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptionalOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredButOptionalOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneof.java index ad361542..d003f780 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageRequiredOneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageRequiredOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneofOrBuilder.java index b8b875d0..4ee56601 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOrBuilder.java index 813a3559..0345a1fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkip.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkip.java index e400788a..88c2ac88 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkip.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkip.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageSkip extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageSkip.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkipOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkipOrBuilder.java index e0e8ecd1..7b276090 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkipOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageSkipOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInside.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInside.java index 1d947716..3ed06033 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInside.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInside.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MessageWith3dInside extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageWith3dInside.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInsideOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInsideOrBuilder.java index 49e77804..c1c82ed5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInsideOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessageWith3dInsideOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MessagesProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MessagesProto.java index 7a2125a7..ad4a238c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MessagesProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MessagesProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private MessagesProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessagesProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMaps.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMaps.java index 42122896..77f3296d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMaps.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMaps.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class MultipleMaps extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MultipleMaps.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMapsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMapsOrBuilder.java index 828dde42..e9306456 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMapsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/MultipleMapsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/maps.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/NumbersProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/NumbersProto.java index a467db8b..fcdef7c9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/NumbersProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/NumbersProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private NumbersProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", NumbersProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Oneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Oneof.java index a8ae6cb4..cc69d408 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Oneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Oneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Oneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Oneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNone.java index 23f66e9a..1883656b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class OneofNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", OneofNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNoneOrBuilder.java index 5f794f22..401f0375 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofOrBuilder.java index fb800dc2..6b876638 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequired.java index 142ce173..f278932e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class OneofRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", OneofRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredOrBuilder.java index 5a6d93d9..ab9dedee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredField.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredField.java index 8b2ebfb1..aacf9dee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredField.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredField.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class OneofRequiredWithRequiredField extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", OneofRequiredWithRequiredField.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredFieldOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredFieldOrBuilder.java index 753d23c5..23dcfacf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredFieldOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofRequiredWithRequiredFieldOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofsProto.java index 73cd687d..d96e1a92 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/OneofsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/OneofsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private OneofsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", OneofsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023.java index 5808fcf4..1815c4f5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedAndCustomRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedAndCustomRuleEdition2023.class.getName()); } @@ -70,7 +70,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023OrBuilder.java index d5fb1a7a..59f597fd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2.java index 23f8c512..8c24b266 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedAndCustomRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedAndCustomRuleProto2.class.getName()); } @@ -70,7 +70,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2OrBuilder.java index fb66e488..4258010c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3.java index a64a3178..8da44e29 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedAndCustomRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedAndCustomRuleProto3.class.getName()); } @@ -65,7 +65,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3OrBuilder.java index 55298d92..3c1c2081 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedAndCustomRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023.java index 2fc2ac3a..f31323df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBoolRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBoolRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023OrBuilder.java index cfc857f4..dc636715 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2.java index 2a9f3553..7624df0e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBoolRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBoolRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2OrBuilder.java index 29c9ef30..97b75bc5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3.java index 5882070c..fac71b7a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBoolRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBoolRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3OrBuilder.java index 4d3675b5..fd7198de 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBoolRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023.java index 4f1a489a..e8fc736a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBytesRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBytesRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023OrBuilder.java index 1ddef944..76d421f2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2.java index daab5f89..f2df50d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBytesRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBytesRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2OrBuilder.java index a36316cb..2a3051f9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3.java index ab571631..aafc4f40 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedBytesRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedBytesRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3OrBuilder.java index 98527dae..52a8b1b1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedBytesRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023.java index 4ec349fc..dd0fb2c4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDoubleRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDoubleRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023OrBuilder.java index 8cac7d38..db7b3dc6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2.java index 8e519e7d..c12ba91b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDoubleRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDoubleRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2OrBuilder.java index 09bd2678..1697c229 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3.java index c73d8ddf..ae6493dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDoubleRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDoubleRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3OrBuilder.java index 6c18eb3f..18551b65 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDoubleRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023.java index 5f56ef01..fa2b6636 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDurationRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDurationRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023OrBuilder.java index 58723344..9e0b4c60 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2.java index 110014d5..38fafe70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDurationRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDurationRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2OrBuilder.java index 0c500803..5c9185fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3.java index a08dd170..324acbe6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedDurationRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedDurationRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3OrBuilder.java index fb85b55d..2fe857c8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedDurationRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023.java index baaa9334..0b59429c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedEnumRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleEdition2023.class.getName()); } @@ -64,7 +64,7 @@ public enum EnumEdition2023 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023OrBuilder.java index 0ba0bf9f..ddcc0929 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2.java index 9882ecf0..3b5bb198 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedEnumRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleProto2.class.getName()); } @@ -63,7 +63,7 @@ public enum EnumProto2 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2OrBuilder.java index 8aac65b0..c9108580 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3.java index 28956e64..b17d2991 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedEnumRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleProto3.class.getName()); } @@ -64,7 +64,7 @@ public enum EnumProto3 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3OrBuilder.java index fcd73373..46fd826b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedEnumRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023.java index 6c862dbf..f92dc079 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023OrBuilder.java index 177bba43..5d09f446 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2.java index 4786eb88..bea893d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2OrBuilder.java index 2926bf8c..65bf1dd1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3.java index 3a7406a1..7374d07f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3OrBuilder.java index 8cf5414d..d9789214 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed32RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023.java index 3a1d8996..337b415f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023OrBuilder.java index eea1c829..bdd05b1a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2.java index 35727f58..b1feb190 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2OrBuilder.java index e244ef93..7a0f5de5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3.java index 7652af15..7fa9119f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFixed64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFixed64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3OrBuilder.java index 072c058b..c57694ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFixed64RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023.java index 7dac40c3..b363ff78 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFloatRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFloatRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023OrBuilder.java index 4dcb3fda..10b0703b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2.java index fa9f6b36..ca7f2a90 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFloatRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFloatRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2OrBuilder.java index 78722682..eff1258c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3.java index a0892911..e9b672df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedFloatRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedFloatRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3OrBuilder.java index d1863db0..24b3c2b3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedFloatRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023.java index 25d842aa..49af0f95 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023OrBuilder.java index 9ceaa680..936f0d12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2.java index b3c30900..c6726f54 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2OrBuilder.java index b4dcfb4c..82a7d4b7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3.java index dc9ae6e8..1db364a6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3OrBuilder.java index 7fa355b5..b3e739b6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt32RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023.java index efa97706..27c9e2b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023OrBuilder.java index 9c7f5939..d8489f75 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2.java index 02f52299..75cd2ebc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2OrBuilder.java index 90c32258..e34406ce 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3.java index 699f02ef..aadbb2cc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3OrBuilder.java index d268bf2f..ccc0b24c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedInt64RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023.java index b89089f7..9c72ca74 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedMapRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedMapRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023OrBuilder.java index 6bf4ae85..f60b6efb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3.java index 355194c8..8f9a43bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedMapRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedMapRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3OrBuilder.java index 94eba758..61ae9d36 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedMapRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023.java index 303c54d7..f271072f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023OrBuilder.java index 998440bf..7741df95 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2.java index eb549ae1..c3077bee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2OrBuilder.java index 9ddabd5e..67a77c70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3.java index 2e5e5a7a..12b6e064 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3OrBuilder.java index 2aa3d5ec..60710659 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto2Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto2Proto.java index a0da49ca..6bc13998 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto2Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto2Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRulesProto2Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3Proto.java index 4f3990af..b4bc47a9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRulesProto3Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaround.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaround.java index 9a1ef6e6..bb12701d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaround.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaround.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -23,7 +23,7 @@ public final class PredefinedRulesProto3UnusedImportBugWorkaround extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRulesProto3UnusedImportBugWorkaround.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaroundOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaroundOrBuilder.java index e8dda40f..bf1d8e87 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaroundOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProto3UnusedImportBugWorkaroundOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProtoEditionsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProtoEditionsProto.java index ab2f297e..75ec0889 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProtoEditionsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRulesProtoEditionsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRulesProtoEditionsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023.java index aa56c9d0..83714d98 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023OrBuilder.java index 831e2dfd..12cbec99 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2.java index 5de43406..26de73bb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2OrBuilder.java index 7697282c..db6725a0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3.java index 1229d7e5..6bd7ce28 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3OrBuilder.java index 683104f1..81f346a5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed32RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023.java index 0272cc27..549418bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023OrBuilder.java index c91dc22c..73a0e2e1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2.java index 4e2e4024..7b6073cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2OrBuilder.java index 70b5fa80..db4bc98a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3.java index 9888c08f..6b10047d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSFixed64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSFixed64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3OrBuilder.java index c9fac129..486938da 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSFixed64RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023.java index f73ada93..1df18748 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023OrBuilder.java index b5ac1b05..b8ddb861 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2.java index b237ad14..5da68d15 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2OrBuilder.java index 89226d20..999689f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3.java index 9bc51861..0891a13f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3OrBuilder.java index 37c6515f..5b3671a9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt32RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023.java index b9e6e542..05451313 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023OrBuilder.java index 2b6cd99c..521128b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2.java index 91b15e36..b4746a0f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2OrBuilder.java index 0064f466..bb04c971 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3.java index bb6a5209..18d345d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedSInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedSInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3OrBuilder.java index 7c666db8..cc74917b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedSInt64RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023.java index 27779b63..1cae8fe2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedStringRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedStringRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023OrBuilder.java index cf50efa3..405011ba 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2.java index 290674bd..39e62a1f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedStringRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedStringRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2OrBuilder.java index 2cd70c3f..a546f84a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3.java index 2313089b..0e1f1bdc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedStringRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedStringRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3OrBuilder.java index be0a17be..39ba8cc3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedStringRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023.java index a581446c..ce08a59b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedTimestampRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedTimestampRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023OrBuilder.java index bb5de398..7d306c61 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2.java index 4bca82c0..6e2971de 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedTimestampRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedTimestampRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2OrBuilder.java index 78e49b42..f9684e1d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3.java index 220a2c6b..3d064492 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedTimestampRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedTimestampRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3OrBuilder.java index 724350fd..46a5930d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedTimestampRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023.java index dff4bd1e..98eb1395 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023OrBuilder.java index 134a906e..d81aaf83 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2.java index 27ac7967..7a0f333e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2OrBuilder.java index f4aee2da..436b0273 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3.java index 1be99b47..c5dec91b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3OrBuilder.java index dd7d1c6d..6bddd145 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt32RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023.java index f0559230..8d8d2f5e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023OrBuilder.java index 09d53561..013dad20 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2.java index c6f298a2..a32aaf2b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2OrBuilder.java index a1986388..04e3711f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3.java index 91b2feeb..89ac4476 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedUInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedUInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3OrBuilder.java index 34ae3ddd..ece33b79 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedUInt64RuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefault.java index 00e99bce..79ca1f75 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefaultOrBuilder.java index e97409ab..07a04115 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmpty.java index ed490f3a..ba362be4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmptyOrBuilder.java index 50e5c2c2..fe672942 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecified.java index c562ffc3..c92044a8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecifiedOrBuilder.java index a5ebc09c..343110b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefault.java index 6f774a93..d94c7dfa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapKeyIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapKeyIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefaultOrBuilder.java index a4e180c3..a535d1ba 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmpty.java index a0873c5d..0e506005 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapKeyIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapKeyIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmptyOrBuilder.java index 90986352..37b6af78 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecified.java index e9136656..72fdf486 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapKeyIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapKeyIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecifiedOrBuilder.java index 20fe655c..05ecb586 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefault.java index 79678cf6..e2ae8d70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapValueIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapValueIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefaultOrBuilder.java index 676677be..dc41c22d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmpty.java index 02ed7e39..72100ba6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapValueIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapValueIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmptyOrBuilder.java index 8b5ab410..72fd502a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecified.java index 948b22eb..02db998f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapValueIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapValueIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecifiedOrBuilder.java index 0cb1cd5e..eae2b7c0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefault.java index df9c9e7f..360d5d36 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageOptionalIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageOptionalIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefaultOrBuilder.java index 0ed56f4d..b2800f9e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmpty.java index e10cd443..c89e563e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageOptionalIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageOptionalIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmptyOrBuilder.java index 60d4b95f..1dd2bfcc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecified.java index 35b21058..f5899cdf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageOptionalIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageOptionalIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecifiedOrBuilder.java index f75ba38b..b2cb8023 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefault.java index 4de264c0..dcb72881 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageRequiredIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageRequiredIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefaultOrBuilder.java index aa3e4f5a..a625bee4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmpty.java index 2a6aaf37..aec1a37e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageRequiredIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageRequiredIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmptyOrBuilder.java index fcfce4ab..36d02da6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecified.java index ff33f274..be119f43 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageRequiredIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageRequiredIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecifiedOrBuilder.java index 85dc0476..9f51ea22 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefault.java index f122a7b9..a350c17b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultOrBuilder.java index a4a11e4d..90d33052 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefault.java index 4b408da8..6cb61467 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreDefaultWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefaultOrBuilder.java index 6772ba7f..7ab07921 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmpty.java index 24e3a244..f867de83 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyOrBuilder.java index fc764d90..b80b515a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefault.java index 1d864cbf..aa58ddb5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefaultOrBuilder.java index 738e3b7e..9a2d3ec7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecified.java index 76cefefa..702ab14f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedOrBuilder.java index 545167dc..9be0afb5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefault.java index c91e05d9..1f383fa0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreUnspecifiedWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefaultOrBuilder.java index 4f345ca7..6473c02c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefault.java index 894df56e..17c9e8b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefaultOrBuilder.java index 0f5ccbe5..593c9f02 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmpty.java index f4a71817..830d9668 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmptyOrBuilder.java index 36164d81..cce512a0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecified.java index 58f04c51..a8b4461d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecifiedOrBuilder.java index 76ca3842..0c318f2c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefault.java index 6788c95d..e0417556 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedItemIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedItemIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefaultOrBuilder.java index db7a89f5..3fef69ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmpty.java index 9b25f9bd..f53dc16f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedItemIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedItemIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmptyOrBuilder.java index 71ce7ede..cd9ff54a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecified.java index 1b5bfbb9..277049ab 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedItemIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedItemIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecifiedOrBuilder.java index 46c0f61c..75070eb0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefault.java index 99b815db..07f9ef46 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultOrBuilder.java index a96d7a08..464d40df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefault.java index 4f118cb2..c56ec96b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreDefaultWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefaultOrBuilder.java index 9ef14242..32972ea2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmpty.java index 557908df..d0e4c788 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyOrBuilder.java index aeff08b2..4650f08a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefault.java index 1e686d20..54a18e03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefaultOrBuilder.java index 5e65bb14..b0f7fdd1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecified.java index 97798bd7..f86e14fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedOrBuilder.java index 57c31d12..cb2fe8f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefault.java index 751f0e0e..51d711d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreUnspecifiedWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefaultOrBuilder.java index c8eae3b1..4562cc69 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefault.java index d410c2ec..a36e28c0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultOrBuilder.java index 836c50db..4d10caf6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefault.java index 5efca823..9cd14a4c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreDefaultWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreDefaultWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefaultOrBuilder.java index 9bd05d5a..d170482a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreDefaultWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmpty.java index eb0d8f63..ac460cf0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyOrBuilder.java index 1784df32..60be6760 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefault.java index 5138fb11..4d541581 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreEmptyWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreEmptyWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefaultOrBuilder.java index 5bf44333..437469eb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreEmptyWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecified.java index f7d119ec..54137100 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedOrBuilder.java index 543be83b..5af20cc0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefault.java index e6d8977c..bb1bd85f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreUnspecifiedWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreUnspecifiedWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java index a0d14a37..dad9ef81 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreUnspecifiedWithDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefault.java index a573ce96..924113e4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefaultOrBuilder.java index 00a142e6..6ced6f27 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmpty.java index 9e21e526..69695756 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmptyOrBuilder.java index d39d299d..08c5e665 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecified.java index 46134122..006f2eb5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecifiedOrBuilder.java index e5c6cd61..49bdb630 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefault.java index a350614a..ccb3a136 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapKeyIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapKeyIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefaultOrBuilder.java index 523ee465..fb669ed7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmpty.java index ba4c549c..508f39a1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapKeyIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapKeyIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmptyOrBuilder.java index 2717c3fc..d9936eeb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecified.java index 7f132e54..c282504d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapKeyIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapKeyIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecifiedOrBuilder.java index b0e084fd..902ebaff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefault.java index 40424c5d..f82eefca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapValueIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapValueIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefaultOrBuilder.java index d97627b9..a4a24231 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmpty.java index 680f0ba2..554125af 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapValueIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapValueIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmptyOrBuilder.java index 8cc9638a..613fc2a4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecified.java index f236199c..0a3124ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapValueIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapValueIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecifiedOrBuilder.java index 58eaebd7..3d90859d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefault.java index 54ffa9b5..60554af4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefaultOrBuilder.java index 42e35364..37121514 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmpty.java index 10a6cdce..958ce00c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmptyOrBuilder.java index bbd52e7d..3cb413ca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecified.java index 93cd22ea..c2acb4a6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecifiedOrBuilder.java index db32cd53..b325fe51 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefault.java index 9ae0f1e0..503e3832 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageOptionalIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageOptionalIgnoreDefault.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefaultOrBuilder.java index 33841dc0..ed5c64d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmpty.java index 578ca7f5..a2c93104 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageOptionalIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageOptionalIgnoreEmpty.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmptyOrBuilder.java index 2773c9b4..8d45a35f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecified.java index ccc2cb5a..57f8e7a9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageOptionalIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageOptionalIgnoreUnspecified.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecifiedOrBuilder.java index f89acd9c..c5fef495 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefault.java index 16323243..60306449 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3OneofIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3OneofIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefaultOrBuilder.java index 6b8f6289..465245d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmpty.java index dee9f065..e2f34880 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3OneofIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3OneofIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmptyOrBuilder.java index 239d2df8..c3e4de84 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecified.java index 62231939..198e1559 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3OneofIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3OneofIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecifiedOrBuilder.java index ad75f41d..87e681b5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefault.java index 2de3c8ae..eaa4b68c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefaultOrBuilder.java index 6ca35c26..46e8c92d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmpty.java index 956689fb..02084405 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmptyOrBuilder.java index 6d20e50d..d1a3e33d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecified.java index 9eafdde7..efdad1e5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecifiedOrBuilder.java index 42e3d7cc..00b84091 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefault.java index 013b03af..3da49a32 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedItemIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedItemIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefaultOrBuilder.java index 989754d9..94a10780 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmpty.java index 9df5028e..d4d93a74 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedItemIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedItemIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmptyOrBuilder.java index 50181521..865e3c84 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecified.java index acac2ff1..b8ef019e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedItemIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedItemIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecifiedOrBuilder.java index 4a27a4c8..4d9da049 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefault.java index a37bd865..3cb7b208 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefaultOrBuilder.java index 1b204d8f..67c60da5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmpty.java index 50a6aa06..0b70f060 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmptyOrBuilder.java index eb46df8d..9a12c09e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecified.java index fb337c75..9f1eb8b7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecifiedOrBuilder.java index e2d5cd91..be9f69b1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefault.java index 87eeee04..c965a305 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarOptionalIgnoreDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarOptionalIgnoreDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefaultOrBuilder.java index 7e2d23d5..0dce3439 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmpty.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmpty.java index e371f307..9eec3eb8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmpty.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmpty.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarOptionalIgnoreEmpty extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarOptionalIgnoreEmpty.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmptyOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmptyOrBuilder.java index 142f0338..9ae1ba00 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmptyOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreEmptyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecified.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecified.java index 0a6f79cd..e1015637 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecified.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecified.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarOptionalIgnoreUnspecified extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarOptionalIgnoreUnspecified.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecifiedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecifiedOrBuilder.java index be811d2d..da13ad20 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecifiedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreUnspecifiedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/ignore_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyIn.java index a8a95a6a..82369cfc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedAnyIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedAnyIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyInOrBuilder.java index d5418e8a..917d7d62 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotIn.java index 8a63819c..6c2b7ccd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedAnyNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedAnyNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotInOrBuilder.java index 780a723b..8d84c096 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedAnyNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDuration.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDuration.java index 9e8eb7f3..532f4dc4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDuration.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDuration.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedDuration extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedDuration.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDurationOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDurationOrBuilder.java index a55cb430..b0991f82 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDurationOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedDurationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNone.java index aa4a497c..bcc5e6ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEmbedCrossPackageNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbedCrossPackageNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNoneOrBuilder.java index 26f4b98b..dfdd5db6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedCrossPackageNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNone.java index 9e10ae7a..b3e454b5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEmbedNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbedNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNoneOrBuilder.java index 2a36c7d7..e86fabc5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkip.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkip.java index 26c817e6..bccb044c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkip.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkip.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEmbedSkip extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbedSkip.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkipOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkipOrBuilder.java index e65bb85d..ab3917d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkipOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbedSkipOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumIn.java index 5673130f..8b791a33 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEmbeddedEnumIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbeddedEnumIn.class.getName()); } @@ -68,7 +68,7 @@ public enum AnotherInEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnotherInEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumInOrBuilder.java index d0111c84..c367d7f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotIn.java index 83781497..01a90166 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEmbeddedEnumNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbeddedEnumNotIn.class.getName()); } @@ -68,7 +68,7 @@ public enum AnotherNotInEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnotherNotInEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotInOrBuilder.java index 80dd721e..512039d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEmbeddedEnumNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefined.java index da65866f..797fa7cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefinedOrBuilder.java index 8ae37284..f79451ff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumIn.java index 086bd15c..2a48ca8a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEnumIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEnumIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumInOrBuilder.java index 3b86d95b..84c8808a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotIn.java index 2af33e08..d8ad39c1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedEnumNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEnumNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotInOrBuilder.java index 9cb8a848..e12321ac 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedEnumNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExact.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExact.java index 506dab6a..7692af72 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExact.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExact.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedExact extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedExact.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnore.java index 622a7adf..956bbf89 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedExactIgnore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedExactIgnore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnoreOrBuilder.java index 098e9e5b..a540efff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactIgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactOrBuilder.java index c81a18e9..b4bceca4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExactOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefined.java index 0e0128dd..1d753283 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedExternalEnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedExternalEnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefinedOrBuilder.java index fb4b25cd..e6bd556e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedExternalEnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemIn.java index 77a2b1a8..0b047591 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedItemIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedItemIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemInOrBuilder.java index 44badcd4..0c830def 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotIn.java index 9183349a..002c2d84 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedItemNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedItemNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotInOrBuilder.java index 3b866257..94dbb8a7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPattern.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPattern.java index 858c6e2e..214e1e81 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPattern.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPattern.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedItemPattern extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedItemPattern.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPatternOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPatternOrBuilder.java index fc0bd2bb..dc81010e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPatternOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemPatternOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRule.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRule.java index 72ba3270..0d4358a0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRule.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRule.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedItemRule extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedItemRule.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRuleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRuleOrBuilder.java index df03a1fe..e5b95e30 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRuleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedItemRuleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMax.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMax.java index c5238a07..f288d308 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMax.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMax.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMax extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMax.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMaxOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMaxOrBuilder.java index 219a2359..663f592f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMaxOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMaxOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMin.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMin.java index a61eaafc..cf43c806 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMin.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMin.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMin extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMin.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLen.java index ac4060d7..f10ffab3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMinAndItemLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMinAndItemLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLenOrBuilder.java index bea63a4b..d2efc51b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndItemLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLen.java index 72e5839a..0ebd4de3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMinAndMaxItemLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMinAndMaxItemLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLenOrBuilder.java index d06eafd3..c441cde8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinAndMaxItemLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMax.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMax.java index 42142fc8..d5b0fe8f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMax.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMax.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMinMax extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMinMax.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMaxOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMaxOrBuilder.java index bf334ca8..4b50c300 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMaxOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinMaxOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinOrBuilder.java index 90b4c2fb..8a293666 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMinOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUnique.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUnique.java index 472b0684..1bb6cbf7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUnique.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUnique.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedMultipleUnique extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedMultipleUnique.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUniqueOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUniqueOrBuilder.java index 141bb3c7..07074181 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUniqueOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedMultipleUniqueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNone.java index 877ef175..96c013bc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNoneOrBuilder.java index f72e9663..d07ca4a1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUnique.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUnique.java index 0c5162f8..393faddb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUnique.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUnique.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedNotUnique extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedNotUnique.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUniqueOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUniqueOrBuilder.java index 5fafa09a..65899bd4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUniqueOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedNotUniqueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedProto.java index ec97f031..ed31a92f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RepeatedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUnique.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUnique.java index 68282d8a..90c1485d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUnique.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUnique.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedUnique extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedUnique.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUniqueOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUniqueOrBuilder.java index c45903b2..de218d1f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUniqueOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedUniqueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/repeated.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefined.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefined.java index 9eeb74a5..1a252fef 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefined.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefined.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RepeatedYetAnotherExternalEnumDefined extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedYetAnotherExternalEnumDefined.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefinedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefinedOrBuilder.java index ad727e02..9aa0c2f8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefinedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RepeatedYetAnotherExternalEnumDefinedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMap.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMap.java index a32b4dc1..6694c665 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMap.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMap.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMap extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMap.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapOrBuilder.java index 21859096..122842d1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresence.java index 6e055fc4..c372428b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageExplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageExplicitPresence.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimited.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimited.java index c3886808..8610e6d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimited.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimited.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageExplicitPresenceDelimited extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageExplicitPresenceDelimited.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedOrBuilder.java index 4c438eb7..718b87f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceOrBuilder.java index e805405f..842ea87f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequired.java index bb25c36f..733956d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageLegacyRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageLegacyRequired.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimited.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimited.java index 2b92af92..d56edb2e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimited.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimited.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageLegacyRequiredDelimited extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageLegacyRequiredDelimited.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimitedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimitedOrBuilder.java index f70bf999..926ebc7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimitedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredDelimitedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredOrBuilder.java index 350ab450..a2f40d2e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageLegacyRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneof.java index dc674df2..c55103d7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsOneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofOrBuilder.java index 6c9bd36d..87aa915e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeated.java index 2eeb7de2..82eee5aa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsRepeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsRepeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpanded.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpanded.java index b63097b3..75c613ef 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpanded.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpanded.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsRepeatedExpanded extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsRepeatedExpanded.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedOrBuilder.java index 13862bf4..08488ad2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedOrBuilder.java index b1eb10c9..0d944cad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresence.java index f1c09893..4ca6c785 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarExplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarExplicitPresence.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefault.java index dd6eea72..39467fc0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarExplicitPresenceDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarExplicitPresenceDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultOrBuilder.java index 98d8fca7..4fc06a12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceOrBuilder.java index a6e4407a..65d9ba46 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresence.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresence.java index c97f037c..a3c889de 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresence.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresence.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarImplicitPresence extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarImplicitPresence.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceOrBuilder.java index 314166fe..36365fa1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequired.java index b1d5cc0f..cf3cd2e0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarLegacyRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarLegacyRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequiredOrBuilder.java index 01026e7a..e495ed53 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarLegacyRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto2Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto2Proto.java index b2bc930a..6a1d399e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto2Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto2Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredFieldProto2Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto3Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto3Proto.java index 1326b326..5e1b966f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto3Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProto3Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredFieldProto3Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProtoEditionsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProtoEditionsProto.java index e943494f..868b19c6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProtoEditionsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredFieldProtoEditionsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredFieldProtoEditionsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Map.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Map.java index f0843693..ec37e042 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Map.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Map.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2Map extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapOrBuilder.java index c344376a..7c9b2ac8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Message.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Message.java index 282dfe61..78a84fe6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Message.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Message.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageOrBuilder.java index 2a8cc234..b8256047 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Oneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Oneof.java index c7718519..6c54f4ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Oneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Oneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2Oneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Oneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofOrBuilder.java index f997091b..2892db80 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Repeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Repeated.java index 420dc81a..157dc6d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Repeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2Repeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2Repeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedOrBuilder.java index bcdb6f85..aa21c21d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptional.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptional.java index 687dab54..68ffefc5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptional.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptional.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2ScalarOptional extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarOptional.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefault.java index c00de4f2..bfd52634 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefault.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2ScalarOptionalDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarOptionalDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultOrBuilder.java index 6e47784a..7cc453ff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalOrBuilder.java index f786e1f5..b55c755c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequired.java index 1647336b..7c602f0a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2ScalarRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequiredOrBuilder.java index 23420cec..1c905066 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Map.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Map.java index 112ca692..5fa914dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Map.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Map.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3Map extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapOrBuilder.java index f1e3d910..194bd4cb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Message.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Message.java index c8d58f22..2cb5a08f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Message.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Message.class.getName()); } @@ -71,7 +71,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageOrBuilder.java index 7decf2ec..a417b9ca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOf.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOf.java index 682f445d..61869141 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOf.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOf.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3OneOf extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OneOf.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfOrBuilder.java index 76d63438..525f3672 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalar.java index 61a137bd..80121d2f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalar.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3OptionalScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OptionalScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarOrBuilder.java index e9cdf72c..61918100 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Repeated.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Repeated.java index d990ddbf..36b3dde5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Repeated.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Repeated.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3Repeated extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedOrBuilder.java index 667957f6..1367efd0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Scalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Scalar.java index eb9942d2..1ef74741 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Scalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3Scalar.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3Scalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Scalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarOrBuilder.java index 9ea9a098..cf34a8c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/required_field_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Const.java index 35000f94..19367082 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ConstOrBuilder.java index cb7aa5e1..ddafedfe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTE.java index 1d33aa47..6895af48 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTEOrBuilder.java index 3b0b0e39..a906473c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGT.java index 5abb5abd..6136bfce 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGTOrBuilder.java index 7366bfcd..2b61c6f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Example.java index a53b9d2c..0d32f5e0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExampleOrBuilder.java index 48db9a0a..662d23b1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GT.java index 34a44ceb..e390f419 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTE.java index 53b44645..31ea945f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTE.java index e433574c..3439b215 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTEOrBuilder.java index 665a4d70..20d735ec 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTEOrBuilder.java index c9aa85ec..755b5c3d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLT.java index 943ac9b2..1e23d333 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLTOrBuilder.java index ae11ecd7..10d42fc4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTOrBuilder.java index 8eb75d87..c695b0ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Ignore.java index 9156ed61..ee8ff250 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IgnoreOrBuilder.java index 0871a971..cbe83c7d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32In.java index d78b24b6..80cf73fd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32InOrBuilder.java index 8f3acb93..365de320 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectType.java index aec77952..7e78c53b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectTypeOrBuilder.java index af31016c..c32a2871 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LT.java index 60ab44cb..940ebd7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTE.java index 2d588fcc..1019fdfb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTEOrBuilder.java index 60fae023..80ff35b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTOrBuilder.java index e948b73b..df88fc03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32None.java index 81604f58..af0c2036 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NoneOrBuilder.java index ed598375..5d156dd9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotIn.java index 326cbfe5..d77bdb85 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed32NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotInOrBuilder.java index d65fc488..a3c2c4b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed32NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Const.java index d8c477f8..08293738 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ConstOrBuilder.java index 5d8198b5..bbfa274a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTE.java index 6af95697..8651ec16 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTEOrBuilder.java index f51f21d7..0716c98b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGT.java index 01fe9523..4872bfd9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGTOrBuilder.java index 0d3d3153..13bf6c80 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Example.java index db6c97fa..4664515e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExampleOrBuilder.java index ac32b9e1..8a2de06b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GT.java index 461f1183..72e47ca6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTE.java index 8194b863..01e93163 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTE.java index cb244f63..d57943fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTEOrBuilder.java index 16fda6ac..553ce626 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTEOrBuilder.java index 15ea24ee..25247a6b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLT.java index d77d7509..65507c86 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLTOrBuilder.java index aeee9277..6fd948d8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTOrBuilder.java index 600defa2..182284cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Ignore.java index 9a947130..e331d6fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IgnoreOrBuilder.java index 8b3eadaf..4f77e88e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64In.java index d1c9be5d..69fd79d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64InOrBuilder.java index 6048b190..68b4c300 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectType.java index 7663a2d5..3c6aac07 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectTypeOrBuilder.java index d4e15f74..4382d439 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LT.java index 3766271c..d05a9e44 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTE.java index 847cbf4e..1e087398 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTEOrBuilder.java index 84bf7957..c130b5c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTOrBuilder.java index 92884dc7..242ebd66 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64None.java index 6a918dfe..468ecc89 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NoneOrBuilder.java index 6f58fb5f..c5899151 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotIn.java index d580b169..4d755ca2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SFixed64NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotInOrBuilder.java index e40ad6ab..aa67f820 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SFixed64NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Const.java index af8f9ced..27babb44 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ConstOrBuilder.java index 0a12ae01..7265957e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTE.java index 31b37620..959c2ff2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTEOrBuilder.java index 295ee796..ca3eb9b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGT.java index f4aed54a..58a39185 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGTOrBuilder.java index b1916829..180309ea 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Example.java index aadc6df2..ad01ed1b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExampleOrBuilder.java index 8e1ea1e9..5f68f4e9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GT.java index 25c5256c..51e1b117 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTE.java index 656d67a8..9f8daadd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTE.java index 4ea8ab28..fbd852ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTEOrBuilder.java index 53d95eee..442911ea 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTEOrBuilder.java index 548b3836..a188214d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLT.java index 4de04fd4..30e6720f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLTOrBuilder.java index 26f52bb0..1f3ac463 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTOrBuilder.java index 16c349a2..5dd14892 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Ignore.java index c5bd2b82..8f255608 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IgnoreOrBuilder.java index b6fa7218..67ace47e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32In.java index fa7b622e..1f33cc12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32InOrBuilder.java index bd38b1da..ccd62eb4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectType.java index 84af0075..1a206456 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectTypeOrBuilder.java index 2390ea34..64b3ac3d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LT.java index cfab4ea5..a8980db2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTE.java index fd4dd171..4a6e2c9b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTEOrBuilder.java index 656ef0fb..d3f22df0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTOrBuilder.java index 52cb1696..50be11b0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32None.java index f27ad8c9..06bb27d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NoneOrBuilder.java index 7a1a4a31..29a29b00 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotIn.java index 154e2c56..9333e7f6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt32NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotInOrBuilder.java index bce4c68e..d7f5d149 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt32NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Const.java index 0eaf90a2..4122cf52 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ConstOrBuilder.java index 453260b7..c716dfd0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTE.java index 8b7100b8..a1249596 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTEOrBuilder.java index acf36ad5..f45253cb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGT.java index 28bd601c..d47ef938 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGTOrBuilder.java index 72152143..d426f404 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Example.java index b90277fd..41605d5f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExampleOrBuilder.java index 079f45f0..bd39137d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GT.java index 972d9104..73e68708 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTE.java index f8eb9a38..6c482e92 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTE.java index f611ca84..2b91ccee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTEOrBuilder.java index 886722f0..3293802f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTEOrBuilder.java index 85ae51a9..92bfffd0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLT.java index 0445843e..2ac17cd3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLTOrBuilder.java index e942171e..f25798d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTOrBuilder.java index 7c092200..e5c25b1f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Ignore.java index 1862edfd..79291375 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IgnoreOrBuilder.java index d3f2b73b..fa0105cd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64In.java index 8dd4e8f2..c82ae3db 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64InOrBuilder.java index d5bc6061..2e6ebcdf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectType.java index f1491abc..c6232a5f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectTypeOrBuilder.java index 4af7a25e..c8f5ec03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LT.java index 54e39ac4..4916d1b3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTE.java index 77628e1e..d807146a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTEOrBuilder.java index 7b35380f..31997c22 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTOrBuilder.java index a7f63bd5..b2c41885 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64None.java index e6c09d7e..9b830f67 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NoneOrBuilder.java index 8218a0b1..b0dde623 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotIn.java index ed75274f..485f5b01 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class SInt64NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotInOrBuilder.java index c6f66e84..067d1115 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/SInt64NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023.java index 8ac73a8e..7a75f28b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StandardPredefinedAndCustomRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StandardPredefinedAndCustomRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023OrBuilder.java index 9ac3783e..788e1521 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleEdition2023OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2.java index c33b4b61..6adc4d99 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StandardPredefinedAndCustomRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StandardPredefinedAndCustomRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2OrBuilder.java index e8cca5d9..de90eedc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto2OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3.java index 8c8f249a..563f0dc7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StandardPredefinedAndCustomRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StandardPredefinedAndCustomRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3OrBuilder.java index e45932d5..06b1ba43 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StandardPredefinedAndCustomRuleProto3OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/predefined_rules_proto3.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddress.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddress.java index 8512cd92..c8a9c260 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddress.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddress.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringAddress extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringAddress.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddressOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddressOrBuilder.java index b20bd529..a6913bfc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddressOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringAddressOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringConst.java index 6ac87e86..06f48fd2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringConstOrBuilder.java index 67d75610..b4e6ae16 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringContains.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringContains.java index b94fc4aa..33bc3016 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringContains.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringContains.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringContains extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringContains.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringContainsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringContainsOrBuilder.java index 8a4d00d1..eb1203ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringContainsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringContainsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmail.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmail.java index 5d68affe..92c1d7d8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmail.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmail.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringEmail extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringEmail.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmailOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmailOrBuilder.java index 18743066..d65c541e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmailOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEmailOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytes.java index 2839d6b9..5d23a290 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringEqualMinMaxBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringEqualMinMaxBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytesOrBuilder.java index 15880ef1..1d071c79 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLen.java index 5d272ce5..156564e1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringEqualMinMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringEqualMinMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLenOrBuilder.java index 3ec110c3..69344ac3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringEqualMinMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringExample.java index d8a382d5..5359e2eb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringExampleOrBuilder.java index b4a1075e..783cddca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPort.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPort.java index a70fac9e..0a8fd97c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPort.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPort.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHostAndOptionalPort extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHostAndOptionalPort.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPortOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPortOrBuilder.java index 8d13b7a8..d9c57782 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPortOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndOptionalPortOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPort.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPort.java index 7258b353..fae4f28e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPort.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPort.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHostAndPort extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHostAndPort.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPortOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPortOrBuilder.java index 9699bad7..b407e62a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPortOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostAndPortOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostname.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostname.java index 0725ac3b..825565b2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostname.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostname.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHostname extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHostname.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostnameOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostnameOrBuilder.java index ea04e064..3f860e22 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostnameOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHostnameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderName.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderName.java index a1b2eb28..4e17b8b6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderName.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHttpHeaderName extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHttpHeaderName.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLoose.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLoose.java index 675176b8..91589ff0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLoose.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLoose.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHttpHeaderNameLoose extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHttpHeaderNameLoose.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLooseOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLooseOrBuilder.java index 2c5e0769..4a2db0bb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLooseOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameLooseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameOrBuilder.java index 59611d66..719ccc8f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValue.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValue.java index ae4b9da7..3650675c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValue.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValue.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHttpHeaderValue extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHttpHeaderValue.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLoose.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLoose.java index c92d3b8e..f5337824 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLoose.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLoose.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringHttpHeaderValueLoose extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringHttpHeaderValueLoose.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLooseOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLooseOrBuilder.java index 0aaec57c..a38f7d6d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLooseOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueLooseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueOrBuilder.java index 6bd0f644..46ebe9fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringHttpHeaderValueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIP.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIP.java index 92dad27c..0a859f86 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIP.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIP.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIP extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIP.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPOrBuilder.java index fdf4f3cb..2f8f6fe2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefix.java index d352b1ad..0357fe60 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPPrefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPPrefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefixOrBuilder.java index 8c778fcf..9792eb81 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPPrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLen.java index 9c42aaee..17579e76 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPWithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPWithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLenOrBuilder.java index 2339d6d2..54cb02ca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPWithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4.java index 1294dead..f3a5716e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv4 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv4.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4OrBuilder.java index 96211a4e..b95a7144 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4Prefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4Prefix.java index e565911b..d4b1db50 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4Prefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4Prefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv4Prefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv4Prefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4PrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4PrefixOrBuilder.java index 9a0a5e4d..0bc3bf07 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4PrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4PrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLen.java index 16b4d0f5..6180c63a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv4WithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv4WithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLenOrBuilder.java index e82da4bd..71f02f66 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv4WithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6.java index e2ecacba..16526339 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv6 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv6.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6OrBuilder.java index 11df28f2..6fe887d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6Prefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6Prefix.java index fbf15852..58876391 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6Prefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6Prefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv6Prefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv6Prefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6PrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6PrefixOrBuilder.java index 941b3466..4af40be9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6PrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6PrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLen.java index 1c8c6aa1..fcde1ae5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIPv6WithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIPv6WithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLenOrBuilder.java index 8fd6ef12..9dc4c7bd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIPv6WithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIn.java index cd3cd07f..9d5baa93 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneof.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneof.java index f9e3387a..e90f8395 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneof.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneof.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringInOneof extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringInOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneofOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneofOrBuilder.java index 7715cc8a..c7bb4139 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneofOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOneofOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOrBuilder.java index b7ac6b0b..f393bb1f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLen.java index 29394c96..d5f34d9e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytes.java index 6135ccba..6b34bf21 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringLenBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringLenBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytesOrBuilder.java index 6b204abf..b51ef40e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenOrBuilder.java index ad94ad36..f5eee1cb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytes.java index c29840a3..e16dfce0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMaxBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMaxBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytesOrBuilder.java index 179dbca7..55b8cbf5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLen.java index 605ceecc..f8a44f6f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLenOrBuilder.java index eadb9fc9..fe2bdf95 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytes.java index 6764e7d3..39459760 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMinBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMinBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytesOrBuilder.java index 14e23d38..6a3effa8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLen.java index d58ed2fb..4d3ebc57 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMinLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMinLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLenOrBuilder.java index b2ef5397..88154650 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytes.java index ddb86bda..ffedc2ec 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMinMaxBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMinMaxBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytesOrBuilder.java index 0fe95f13..48d96954 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLen.java index 7eb74b72..5894f6f3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringMinMaxLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringMinMaxLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLenOrBuilder.java index 3dbc75e2..4d645a4a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringMinMaxLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNone.java index 7f7efc5f..ccad2692 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNoneOrBuilder.java index 544f7b9c..849c0058 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddress.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddress.java index 9aefc9e6..5a1457b6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddress.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddress.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotAddress extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotAddress.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddressOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddressOrBuilder.java index e2d8b8e7..16680dbd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddressOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotAddressOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContains.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContains.java index 8f27a75a..1dee8bad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContains.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContains.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotContains extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotContains.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContainsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContainsOrBuilder.java index f12c6950..706264e9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContainsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotContainsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmail.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmail.java index ed58df37..d8659ce8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmail.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmail.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotEmail extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotEmail.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmailOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmailOrBuilder.java index f13a1051..fc3d1faf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmailOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotEmailOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostname.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostname.java index bfee308a..53f5aeca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostname.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostname.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotHostname extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotHostname.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostnameOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostnameOrBuilder.java index bd704010..1b9cd8fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostnameOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotHostnameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIP.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIP.java index 95b19216..da4d97b6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIP.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIP.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIP extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIP.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPOrBuilder.java index 4a80b90a..e29324cb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefix.java index 722f80a0..a3a930f3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPPrefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPPrefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefixOrBuilder.java index 9f47f911..f24961b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPPrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLen.java index 5240e5d6..0176b44e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPWithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPWithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLenOrBuilder.java index 2507aaad..654a9a19 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPWithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4.java index 512d9aab..bffce1d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv4 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv4.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4OrBuilder.java index 4b462023..c010667e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4Prefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4Prefix.java index b955610a..7249ed4b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4Prefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4Prefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv4Prefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv4Prefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4PrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4PrefixOrBuilder.java index 4b8798ea..ebbe6617 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4PrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4PrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLen.java index d4be64ca..169f53b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv4WithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv4WithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLenOrBuilder.java index d9904a56..9aa94dc4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv4WithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6.java index 8e4c34be..4d67adae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv6 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv6.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6OrBuilder.java index 526d1c78..152d43e6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6Prefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6Prefix.java index 896ac0bc..cfe0a976 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6Prefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6Prefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv6Prefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv6Prefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6PrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6PrefixOrBuilder.java index e71835e3..2d528f40 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6PrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6PrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLen.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLen.java index 6a6f7210..2403017c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLen.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLen.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIPv6WithPrefixLen extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIPv6WithPrefixLen.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLenOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLenOrBuilder.java index 6b7bb7d1..9effb2fd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLenOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIPv6WithPrefixLenOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIn.java index 049bacaf..ce28136c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotInOrBuilder.java index 55f3fffa..83f9c6ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUID.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUID.java index 9a9d2f71..8d02c14b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUID.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUID.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotTUUID extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotTUUID.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUIDOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUIDOrBuilder.java index 4bf18cac..37e87251 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUIDOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotTUUIDOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURI.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURI.java index e94165f9..d3125957 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURI.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURI.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotURI extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotURI.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIOrBuilder.java index 505d0ded..fae2e349 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRef.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRef.java index 2b123da1..30c48a3b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRef.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRef.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotURIRef extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotURIRef.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRefOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRefOrBuilder.java index 712bb962..527a1fb0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRefOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotURIRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUID.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUID.java index 058dcd4d..f57db166 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUID.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUID.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringNotUUID extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringNotUUID.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUIDOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUIDOrBuilder.java index 64edafdf..6a059c71 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUIDOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringNotUUIDOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPattern.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPattern.java index 065db4d4..c02711fd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPattern.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPattern.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringPattern extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringPattern.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapes.java index 4713e18e..510c0d31 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringPatternEscapes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringPatternEscapes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapesOrBuilder.java index 7582b85e..3e5e56f7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternEscapesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternOrBuilder.java index 164493f4..65d59bde 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPatternOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefix.java index 6d7b3eac..0b5f6a07 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringPrefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringPrefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefixOrBuilder.java index 51e9b670..85fd38df 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringPrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffix.java index 5fe00fea..9df6e9bf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringSuffix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringSuffix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffixOrBuilder.java index 5622a3b6..62689da7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringSuffixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUID.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUID.java index deaff7e1..e6906c4e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUID.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUID.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringTUUID extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringTUUID.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUIDOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUIDOrBuilder.java index 08d6492f..b1dcae57 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUIDOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringTUUIDOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURI.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURI.java index 13a882c3..691aea46 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURI.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURI.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringURI extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringURI.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIOrBuilder.java index 81a624ff..3b03f6f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRef.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRef.java index cdd68e97..5c428e8e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRef.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRef.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringURIRef extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringURIRef.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRefOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRefOrBuilder.java index c8d77b4f..f215915b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRefOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringURIRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUID.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUID.java index c617156b..19aadf2c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUID.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUID.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringUUID extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringUUID.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnore.java index cbf8c3f8..d702404a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class StringUUIDIgnore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringUUIDIgnore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnoreOrBuilder.java index 47d56409..d555f8fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDIgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDOrBuilder.java index 6b9b3f71..16de2760 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringUUIDOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/StringsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/StringsProto.java index eb79044f..a61142fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/StringsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/StringsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/strings.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private StringsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnum.java index 57af7125..65685f49 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum TestEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnumAlias.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnumAlias.java index aa69f0f0..6d28c7f5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnumAlias.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestEnumAlias.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/enums.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -34,7 +34,7 @@ public enum TestEnumAlias com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestEnumAlias.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsg.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsg.java index a7912de5..684b8333 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsg.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsg.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TestMsg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestMsg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsgOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsgOrBuilder.java index 727c7249..1b0399b5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsgOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestMsgOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/messages.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsg.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsg.java index e871dd47..74ce1dd4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsg.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsg.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TestOneofMsg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestOneofMsg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsgOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsgOrBuilder.java index 3d29de35..b8ab65f3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsgOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TestOneofMsgOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/oneofs.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConst.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConst.java index b16e3e46..2d5e0434 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConst.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConst.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampConst extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampConst.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConstOrBuilder.java index 8ca55144..ab570da1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTE.java index 70214520..99417ddf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTEOrBuilder.java index d4a2be76..0d0d1b9f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGT.java index a4c4c605..6f1dc145 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGTOrBuilder.java index e9fb1669..191a9a25 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExample.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExample.java index c7e4aefb..48f735a3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExample.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExample.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampExample extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampExample.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExampleOrBuilder.java index db122a1a..230cf384 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGT.java index 418a45a1..6687cc73 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTE.java index 8dd25b6d..94c9ffae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTE.java index 928e9a86..7e1f06c0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTEOrBuilder.java index 226c1320..8a89a80e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTEOrBuilder.java index 885c8e4f..ccf29bcb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLT.java index 73dd57be..5035a5ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLTOrBuilder.java index 9d080226..02fdadd7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNow.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNow.java index b3890e15..12ea9cd5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNow.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNow.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGTNow extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGTNow.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowOrBuilder.java index 87c933f7..c7072e60 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithin.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithin.java index 72bd424f..4fe7b5ce 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithin.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithin.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampGTNowWithin extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampGTNowWithin.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithinOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithinOrBuilder.java index c0f82d8a..04348cd8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithinOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTNowWithinOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTOrBuilder.java index 88c35e91..0e48b5dd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLT.java index bf88033f..90de1ea6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTE.java index 17396b6a..7d649880 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampLTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampLTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTEOrBuilder.java index 6c5c6f98..33d3d458 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNow.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNow.java index 40d7cc1d..ea50d801 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNow.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNow.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampLTNow extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampLTNow.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowOrBuilder.java index dbd018b8..8814fa8c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithin.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithin.java index a3771941..96f13ef9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithin.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithin.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampLTNowWithin extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampLTNowWithin.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithinOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithinOrBuilder.java index cd769587..65d225e2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithinOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTNowWithinOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTOrBuilder.java index 8850b3d7..ed6ada49 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNone.java index 2b808a69..f8d74009 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNoneOrBuilder.java index 9f6c9fac..2453992b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNow.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNow.java index d0b910d5..1c453e97 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNow.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNow.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampNotGTNow extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampNotGTNow.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNowOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNowOrBuilder.java index ed888be9..1b5eed20 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNowOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotGTNowOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNow.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNow.java index f4d687ef..8cea01a7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNow.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNow.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampNotLTNow extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampNotLTNow.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNowOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNowOrBuilder.java index 10d31c97..63a6cabe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNowOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampNotLTNowOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequired.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequired.java index 088e3b63..d9af50ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequired.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequired.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampRequired extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampRequired.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequiredOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequiredOrBuilder.java index a194f382..24c6e263 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequiredOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampRequiredOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithin.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithin.java index 61bb5512..19f709c4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithin.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithin.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class TimestampWithin extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampWithin.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithinOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithinOrBuilder.java index 0495be40..09499c2a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithinOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/TimestampWithinOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Const.java index 2b3bf083..4f0659db 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ConstOrBuilder.java index 48c21fd2..8013ab9b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTE.java index 23833b92..4e745473 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTEOrBuilder.java index 74c02efd..c439f03f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGT.java index d72420b0..a9ee8088 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGTOrBuilder.java index d05c8148..584dd727 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Example.java index 0def6f30..a5d07348 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExampleOrBuilder.java index 1fd457e3..0690de9a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GT.java index f06ae7d1..71d58d01 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTE.java index 5d083ba6..a54740b0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTE.java index 38dc68db..33950a0d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTEOrBuilder.java index b396db0c..3182911d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTEOrBuilder.java index 133de03d..bc5a761a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLT.java index eb99e094..8a6c100f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLTOrBuilder.java index 0e968190..2c822cdc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTOrBuilder.java index 02e27fcc..5f6b2541 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Ignore.java index 0c47198f..90d7556e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IgnoreOrBuilder.java index ffb4fa5b..3e7c1cd9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32In.java index 440847d5..ce6cd63a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32InOrBuilder.java index 8eeb0098..2e658cd7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectType.java index 62fb420c..cb0490b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectTypeOrBuilder.java index 4838e44c..9f4ab474 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LT.java index 462b6f1d..74b0d01e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTE.java index 038c4c32..544c5cc6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTEOrBuilder.java index d83b36c5..4b595685 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTOrBuilder.java index 80e8d659..2602110f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32None.java index 41671005..7bad6bc1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NoneOrBuilder.java index 138c2ecb..66536688 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotIn.java index ffa5ac71..aacdbdc3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt32NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotInOrBuilder.java index 39e887df..d6bcf34f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt32NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Const.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Const.java index 2e000271..3c2142d8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Const.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Const.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64Const extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64Const.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ConstOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ConstOrBuilder.java index 6763deca..0a154b1c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ConstOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ConstOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTE.java index c7d9ed68..3c75d3ff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64ExGTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64ExGTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTEOrBuilder.java index 276a7bda..2224ed0b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExGTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGT.java index 295e014e..e7bf1f95 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64ExLTGT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64ExLTGT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGTOrBuilder.java index 515e42ad..6893e44f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExLTGTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Example.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Example.java index 953c5df8..798e4fcf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Example.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Example.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64Example extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64Example.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExampleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExampleOrBuilder.java index a93ca619..b4a913ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExampleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64ExampleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GT.java index ffdf97c9..b1053044 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64GT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64GT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTE.java index c44652b1..3b3a1778 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64GTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64GTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTE.java index 23fc60a6..2c090d73 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64GTELTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64GTELTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTEOrBuilder.java index 6c20295e..8b424683 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTELTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTEOrBuilder.java index 68c10784..5db03063 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLT.java index abfee855..506d9b7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64GTLT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64GTLT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLTOrBuilder.java index 63e3ad55..fc7b7e62 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTLTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTOrBuilder.java index 62662263..415238b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64GTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Ignore.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Ignore.java index aabbb399..c9e7e6f8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Ignore.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64Ignore extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64Ignore.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IgnoreOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IgnoreOrBuilder.java index 5ef61daf..915ebf8a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IgnoreOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IgnoreOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64In.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64In.java index ab293d0c..02a6e9c7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64In.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64In.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64In extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64In.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64InOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64InOrBuilder.java index 3a45eabf..82425665 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64InOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64InOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectType.java index 70c1dcd2..5b7ec283 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectTypeOrBuilder.java index 5a1a2559..e31a1e4e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LT.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LT.java index 6d87d356..0026464d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LT.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LT.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64LT extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64LT.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTE.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTE.java index 2a362d92..82a73c27 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTE.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTE.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64LTE extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64LTE.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTEOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTEOrBuilder.java index 26226a4a..f557dfcf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTEOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTEOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTOrBuilder.java index bcf5d3a3..c41e2581 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64LTOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64None.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64None.java index 0ec8e726..8b8aa0c9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64None.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64None.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64None extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64None.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NoneOrBuilder.java index 81035c99..7bc0b0c7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotIn.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotIn.java index fbf70d08..c80e9c7d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotIn.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotIn.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class UInt64NotIn extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64NotIn.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotInOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotInOrBuilder.java index 7d44daf9..c8098399 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotInOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/UInt64NotInOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/numbers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktAnyProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktAnyProto.java index d9a40aa0..7d3acd03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktAnyProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktAnyProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_any.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktAnyProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktAnyProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktDurationProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktDurationProto.java index 0cb96a45..26feb56f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktDurationProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktDurationProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_duration.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktDurationProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktDurationProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOne.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOne.java index 110e63f6..c8693441 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOne.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOne.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_nested.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WktLevelOne extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktLevelOne.class.getName()); } @@ -74,7 +74,7 @@ public static final class WktLevelTwo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktLevelTwo.class.getName()); } @@ -127,7 +127,7 @@ public static final class WktLevelThree extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktLevelThree.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOneOrBuilder.java index 0c051183..faaaaaf9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktLevelOneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_nested.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktNestedProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktNestedProto.java index f0846e92..732e1080 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktNestedProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktNestedProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_nested.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktNestedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktNestedProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktTimestampProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktTimestampProto.java index 1d332643..ef333d88 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktTimestampProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktTimestampProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_timestamp.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktTimestampProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktTimestampProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WktWrappersProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WktWrappersProto.java index f4a89ef1..7d90d063 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WktWrappersProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WktWrappersProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktWrappersProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WktWrappersProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBool.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBool.java index 396697bf..11e55c8c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBool.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBool.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperBool extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperBool.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBoolOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBoolOrBuilder.java index f0d3fd41..7d4a7672 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBoolOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBoolOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytes.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytes.java index 5c3ca4a2..fa2d5a16 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytes.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperBytes extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperBytes.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytesOrBuilder.java index e66151ed..8c7d66c7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperBytesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDouble.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDouble.java index 470dcb2f..2df11234 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDouble.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDouble.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperDouble extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperDouble.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDoubleOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDoubleOrBuilder.java index b38a6041..c1f568d1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDoubleOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperDoubleOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloat.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloat.java index befceacc..577b782a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloat.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloat.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperFloat extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperFloat.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloatOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloatOrBuilder.java index 79997419..4ae81d03 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloatOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperFloatOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32.java index 3cf066c0..3d703637 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperInt32 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperInt32.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32OrBuilder.java index 8b8479c7..a0047498 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt32OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64.java index 9e732a9e..e3127190 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperInt64 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperInt64.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64OrBuilder.java index bdac7713..e11a27f5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperInt64OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNone.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNone.java index d6f3b250..df41aa38 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNone.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNone.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperNone extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperNone.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNoneOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNoneOrBuilder.java index 4b468856..b6c7e887 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNoneOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperNoneOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidString.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidString.java index a0c247bd..91322b8c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidString.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidString.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperOptionalUuidString extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperOptionalUuidString.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidStringOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidStringOrBuilder.java index 38aba6cd..8b48639b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidStringOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperOptionalUuidStringOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyString.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyString.java index 5831110a..edc754a1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyString.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyString.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperRequiredEmptyString extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperRequiredEmptyString.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyStringOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyStringOrBuilder.java index 95774c63..10cd1ecd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyStringOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredEmptyStringOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloat.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloat.java index 35891408..6bb57499 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloat.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloat.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperRequiredFloat extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperRequiredFloat.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloatOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloatOrBuilder.java index c9118c7e..056cf93e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloatOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredFloatOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredString.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredString.java index 7d660532..eb6ac0a9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredString.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredString.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperRequiredString extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperRequiredString.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredStringOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredStringOrBuilder.java index 15dcbd27..4b8f772b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredStringOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperRequiredStringOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperString.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperString.java index 2e0ec83b..7348089c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperString.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperString.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperString extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperString.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperStringOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperStringOrBuilder.java index 940c63fa..4182b2e5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperStringOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperStringOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32.java index 43d53615..23dd9dbb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperUInt32 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperUInt32.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32OrBuilder.java index 9c730919..5117b5aa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt32OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64.java index bfb9ec94..79ec039f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class WrapperUInt64 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", WrapperUInt64.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64OrBuilder.java index b8081767..3f93bb4d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/WrapperUInt64OrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/wkt_wrappers.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/CustomConstraintsProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/CustomConstraintsProto.java index ea13d3d9..ad607a64 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/CustomConstraintsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/CustomConstraintsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -12,7 +12,7 @@ private CustomConstraintsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", CustomConstraintsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeError.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeError.java index 41db513a..e34736a5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeError.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeError.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class DynRuntimeError extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DynRuntimeError.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeErrorOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeErrorOrBuilder.java index 170439de..de25215b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeErrorOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/DynRuntimeErrorOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/Enum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/Enum.java index 8570dd94..36319f15 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/Enum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/Enum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -26,7 +26,7 @@ public enum Enum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Enum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressions.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressions.java index b9d8d4ce..183a8437 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressions.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressions.class.getName()); } @@ -66,7 +66,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionsOrBuilder.java index 3fad3e02..27aa7e96 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectType.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectType.java index 4dacfa8f..dafb40d8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectType.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class IncorrectType extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IncorrectType.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectTypeOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectTypeOrBuilder.java index 7c805a08..3138469c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectTypeOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/IncorrectTypeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressions.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressions.java index cd4a8643..fe29d059 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressions.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -22,7 +22,7 @@ public final class MessageExpressions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageExpressions.class.getName()); } @@ -77,7 +77,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressionsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressionsOrBuilder.java index 7f7aee10..79f0678e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressionsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MessageExpressionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingField.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingField.java index 4298d3af..5e1b0867 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingField.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingField.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class MissingField extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MissingField.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingFieldOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingFieldOrBuilder.java index 22062276..9e4af008 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingFieldOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/MissingFieldOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressions.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressions.java index 9c6ebc40..336de784 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressions.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -22,7 +22,7 @@ public final class NoExpressions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", NoExpressions.class.getName()); } @@ -64,7 +64,7 @@ public static final class Nested extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Nested.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressionsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressionsOrBuilder.java index f45903a0..ae53da2e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressionsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NoExpressionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNow.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNow.java index 77f2cc4b..ca196a0a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNow.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNow.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class NowEqualsNow extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", NowEqualsNow.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNowOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNowOrBuilder.java index b262b51a..eda8e2e6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNowOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/NowEqualsNowOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/custom_constraints/custom_constraints.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/Embed.java b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/Embed.java index f7e120c3..67082877 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/Embed.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/Embed.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/other_package/embed.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.other_package; @@ -22,7 +22,7 @@ public final class Embed extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed.class.getName()); } @@ -67,7 +67,7 @@ public enum Enumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Enumerated.class.getName()); } @@ -180,7 +180,7 @@ public static final class DoubleEmbed extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleEmbed.class.getName()); } @@ -225,7 +225,7 @@ public enum DoubleEnumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleEnumerated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedOrBuilder.java index 9cfd931a..2ed00b86 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/other_package/embed.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.other_package; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedProto.java index 4776fc5c..4729677b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/other_package/EmbedProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/other_package/embed.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.other_package; @@ -12,7 +12,7 @@ private EmbedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EmbedProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/subdirectory/InSubdirectoryProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/subdirectory/InSubdirectoryProto.java index 463b3a72..7cb030fc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/subdirectory/InSubdirectoryProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/subdirectory/InSubdirectoryProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/subdirectory/in_subdirectory.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.subdirectory; @@ -12,7 +12,7 @@ private InSubdirectoryProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", InSubdirectoryProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed.java b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed.java index eb7e801a..7096bafe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/yet_another_package/embed2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.yet_another_package; @@ -22,7 +22,7 @@ public final class Embed extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed.class.getName()); } @@ -67,7 +67,7 @@ public enum Enumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Enumerated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed2Proto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed2Proto.java index 5aa9b255..66168bff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed2Proto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/Embed2Proto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/yet_another_package/embed2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.yet_another_package; @@ -12,7 +12,7 @@ private Embed2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed2Proto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/EmbedOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/EmbedOrBuilder.java index e742a2dd..cbbab147 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/EmbedOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/yet_another_package/EmbedOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/yet_another_package/embed2.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.cases.yet_another_package; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResult.java b/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResult.java index 5b735b87..07740c11 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResult.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResult.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -22,7 +22,7 @@ public final class CaseResult extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", CaseResult.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResultOrBuilder.java index 50e6ebec..71d25174 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/CaseResultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/HarnessProto.java b/conformance/src/main/java/build/buf/validate/conformance/harness/HarnessProto.java index 69eaa566..194a50f7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/HarnessProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/HarnessProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -12,7 +12,7 @@ private HarnessProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", HarnessProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptions.java b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptions.java index 6ba54be3..3b28a55e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptions.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -23,7 +23,7 @@ public final class ResultOptions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ResultOptions.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptionsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptionsOrBuilder.java index 8bf0376b..95fa481a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptionsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultOptionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSet.java b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSet.java index 6a021bf7..51add2d2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSet.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSet.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -22,7 +22,7 @@ public final class ResultSet extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ResultSet.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSetOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSetOrBuilder.java index 645f4a7e..4d10709e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSetOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultSetOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultsProto.java b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultsProto.java index 51310725..76929f27 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/ResultsProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/ResultsProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -12,7 +12,7 @@ private ResultsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ResultsProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResults.java b/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResults.java index eda2edda..a5e288fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResults.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResults.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -22,7 +22,7 @@ public final class SuiteResults extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SuiteResults.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResultsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResultsOrBuilder.java index 6d6bd088..3568ce7f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResultsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/SuiteResultsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/results.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequest.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequest.java index 55ddbc49..2d57a1f9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequest.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -24,7 +24,7 @@ public final class TestConformanceRequest extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestConformanceRequest.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequestOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequestOrBuilder.java index 014cb1ef..30961e3a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequestOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponse.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponse.java index 33108586..c72181a2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponse.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -23,7 +23,7 @@ public final class TestConformanceResponse extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestConformanceResponse.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponseOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponseOrBuilder.java index 85b75f2a..e44a66c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponseOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestConformanceResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestResult.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestResult.java index 7d612e09..65fe9bad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestResult.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestResult.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; @@ -22,7 +22,7 @@ public final class TestResult extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TestResult.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/harness/TestResultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/harness/TestResultOrBuilder.java index a248402a..16dff32f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/harness/TestResultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/harness/TestResultOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/harness/harness.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate.conformance.harness; diff --git a/src/main/java/build/buf/validate/AnyRules.java b/src/main/java/build/buf/validate/AnyRules.java index 347073b0..1de4a303 100644 --- a/src/main/java/build/buf/validate/AnyRules.java +++ b/src/main/java/build/buf/validate/AnyRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -22,7 +22,7 @@ public final class AnyRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", AnyRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/AnyRulesOrBuilder.java b/src/main/java/build/buf/validate/AnyRulesOrBuilder.java index 6c81b94f..616febb6 100644 --- a/src/main/java/build/buf/validate/AnyRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/AnyRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/BoolRules.java b/src/main/java/build/buf/validate/BoolRules.java index 7bf7c8c3..e10d1003 100644 --- a/src/main/java/build/buf/validate/BoolRules.java +++ b/src/main/java/build/buf/validate/BoolRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class BoolRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BoolRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/BoolRulesOrBuilder.java b/src/main/java/build/buf/validate/BoolRulesOrBuilder.java index 2cc9c2b8..592364bd 100644 --- a/src/main/java/build/buf/validate/BoolRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/BoolRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/BytesRules.java b/src/main/java/build/buf/validate/BytesRules.java index 404e375d..a831a356 100644 --- a/src/main/java/build/buf/validate/BytesRules.java +++ b/src/main/java/build/buf/validate/BytesRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class BytesRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", BytesRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/BytesRulesOrBuilder.java b/src/main/java/build/buf/validate/BytesRulesOrBuilder.java index 538cb4ff..c8357eab 100644 --- a/src/main/java/build/buf/validate/BytesRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/BytesRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Constraint.java b/src/main/java/build/buf/validate/Constraint.java index 84517402..3799ecb6 100644 --- a/src/main/java/build/buf/validate/Constraint.java +++ b/src/main/java/build/buf/validate/Constraint.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -36,7 +36,7 @@ public final class Constraint extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Constraint.class.getName()); } diff --git a/src/main/java/build/buf/validate/ConstraintOrBuilder.java b/src/main/java/build/buf/validate/ConstraintOrBuilder.java index a78b457b..0b3feeb6 100644 --- a/src/main/java/build/buf/validate/ConstraintOrBuilder.java +++ b/src/main/java/build/buf/validate/ConstraintOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/DoubleRules.java b/src/main/java/build/buf/validate/DoubleRules.java index 2173b5f9..d15c0dd1 100644 --- a/src/main/java/build/buf/validate/DoubleRules.java +++ b/src/main/java/build/buf/validate/DoubleRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class DoubleRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/DoubleRulesOrBuilder.java b/src/main/java/build/buf/validate/DoubleRulesOrBuilder.java index 6dd469ba..9ba65899 100644 --- a/src/main/java/build/buf/validate/DoubleRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/DoubleRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/DurationRules.java b/src/main/java/build/buf/validate/DurationRules.java index 929f8435..e4fe56c9 100644 --- a/src/main/java/build/buf/validate/DurationRules.java +++ b/src/main/java/build/buf/validate/DurationRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class DurationRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DurationRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/DurationRulesOrBuilder.java b/src/main/java/build/buf/validate/DurationRulesOrBuilder.java index 6b908b37..aba0a750 100644 --- a/src/main/java/build/buf/validate/DurationRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/DurationRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/EnumRules.java b/src/main/java/build/buf/validate/EnumRules.java index 51fd9b71..5e8fb860 100644 --- a/src/main/java/build/buf/validate/EnumRules.java +++ b/src/main/java/build/buf/validate/EnumRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class EnumRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EnumRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/EnumRulesOrBuilder.java b/src/main/java/build/buf/validate/EnumRulesOrBuilder.java index 466abc4a..66918979 100644 --- a/src/main/java/build/buf/validate/EnumRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/EnumRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/FieldConstraints.java b/src/main/java/build/buf/validate/FieldConstraints.java index d9d3e3e6..85833a02 100644 --- a/src/main/java/build/buf/validate/FieldConstraints.java +++ b/src/main/java/build/buf/validate/FieldConstraints.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class FieldConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldConstraints.class.getName()); } diff --git a/src/main/java/build/buf/validate/FieldConstraintsOrBuilder.java b/src/main/java/build/buf/validate/FieldConstraintsOrBuilder.java index 8b7bc882..5a14e8a8 100644 --- a/src/main/java/build/buf/validate/FieldConstraintsOrBuilder.java +++ b/src/main/java/build/buf/validate/FieldConstraintsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Fixed32Rules.java b/src/main/java/build/buf/validate/Fixed32Rules.java index 69ff8dd9..d6028ed3 100644 --- a/src/main/java/build/buf/validate/Fixed32Rules.java +++ b/src/main/java/build/buf/validate/Fixed32Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class Fixed32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed32Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/Fixed32RulesOrBuilder.java b/src/main/java/build/buf/validate/Fixed32RulesOrBuilder.java index f2d79378..0f04c8e0 100644 --- a/src/main/java/build/buf/validate/Fixed32RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/Fixed32RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Fixed64Rules.java b/src/main/java/build/buf/validate/Fixed64Rules.java index 54156356..24c55d3e 100644 --- a/src/main/java/build/buf/validate/Fixed64Rules.java +++ b/src/main/java/build/buf/validate/Fixed64Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class Fixed64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Fixed64Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/Fixed64RulesOrBuilder.java b/src/main/java/build/buf/validate/Fixed64RulesOrBuilder.java index fc2a747c..3cd318ea 100644 --- a/src/main/java/build/buf/validate/Fixed64RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/Fixed64RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/FloatRules.java b/src/main/java/build/buf/validate/FloatRules.java index 8ab9183a..222c84b3 100644 --- a/src/main/java/build/buf/validate/FloatRules.java +++ b/src/main/java/build/buf/validate/FloatRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class FloatRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FloatRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/FloatRulesOrBuilder.java b/src/main/java/build/buf/validate/FloatRulesOrBuilder.java index b338d76f..b945446c 100644 --- a/src/main/java/build/buf/validate/FloatRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/FloatRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Ignore.java b/src/main/java/build/buf/validate/Ignore.java index 9bff5672..1094eb74 100644 --- a/src/main/java/build/buf/validate/Ignore.java +++ b/src/main/java/build/buf/validate/Ignore.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -185,7 +185,7 @@ public enum Ignore com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Ignore.class.getName()); } diff --git a/src/main/java/build/buf/validate/Int32Rules.java b/src/main/java/build/buf/validate/Int32Rules.java index f984b128..deef34be 100644 --- a/src/main/java/build/buf/validate/Int32Rules.java +++ b/src/main/java/build/buf/validate/Int32Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Int32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int32Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/Int32RulesOrBuilder.java b/src/main/java/build/buf/validate/Int32RulesOrBuilder.java index 1b9bfafc..8bc1b9b9 100644 --- a/src/main/java/build/buf/validate/Int32RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/Int32RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Int64Rules.java b/src/main/java/build/buf/validate/Int64Rules.java index 2e6989e2..f457f24d 100644 --- a/src/main/java/build/buf/validate/Int64Rules.java +++ b/src/main/java/build/buf/validate/Int64Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Int64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Int64Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/Int64RulesOrBuilder.java b/src/main/java/build/buf/validate/Int64RulesOrBuilder.java index 8accc6e0..c3ad5745 100644 --- a/src/main/java/build/buf/validate/Int64RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/Int64RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/KnownRegex.java b/src/main/java/build/buf/validate/KnownRegex.java index 7ee2c5b8..4184d664 100644 --- a/src/main/java/build/buf/validate/KnownRegex.java +++ b/src/main/java/build/buf/validate/KnownRegex.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -41,7 +41,7 @@ public enum KnownRegex com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", KnownRegex.class.getName()); } diff --git a/src/main/java/build/buf/validate/MapRules.java b/src/main/java/build/buf/validate/MapRules.java index 5839d869..c05f6982 100644 --- a/src/main/java/build/buf/validate/MapRules.java +++ b/src/main/java/build/buf/validate/MapRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class MapRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MapRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/MapRulesOrBuilder.java b/src/main/java/build/buf/validate/MapRulesOrBuilder.java index 548fb1de..793813b7 100644 --- a/src/main/java/build/buf/validate/MapRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/MapRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/MessageConstraints.java b/src/main/java/build/buf/validate/MessageConstraints.java index 5c335f16..2c0fdca7 100644 --- a/src/main/java/build/buf/validate/MessageConstraints.java +++ b/src/main/java/build/buf/validate/MessageConstraints.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class MessageConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", MessageConstraints.class.getName()); } diff --git a/src/main/java/build/buf/validate/MessageConstraintsOrBuilder.java b/src/main/java/build/buf/validate/MessageConstraintsOrBuilder.java index 356fca08..0137006e 100644 --- a/src/main/java/build/buf/validate/MessageConstraintsOrBuilder.java +++ b/src/main/java/build/buf/validate/MessageConstraintsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/OneofConstraints.java b/src/main/java/build/buf/validate/OneofConstraints.java index 1e2ce3e8..7b2e3036 100644 --- a/src/main/java/build/buf/validate/OneofConstraints.java +++ b/src/main/java/build/buf/validate/OneofConstraints.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class OneofConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", OneofConstraints.class.getName()); } diff --git a/src/main/java/build/buf/validate/OneofConstraintsOrBuilder.java b/src/main/java/build/buf/validate/OneofConstraintsOrBuilder.java index 6a2ca8ac..7fb266c3 100644 --- a/src/main/java/build/buf/validate/OneofConstraintsOrBuilder.java +++ b/src/main/java/build/buf/validate/OneofConstraintsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/PredefinedConstraints.java b/src/main/java/build/buf/validate/PredefinedConstraints.java index dcb26503..0d34f198 100644 --- a/src/main/java/build/buf/validate/PredefinedConstraints.java +++ b/src/main/java/build/buf/validate/PredefinedConstraints.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class PredefinedConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedConstraints.class.getName()); } diff --git a/src/main/java/build/buf/validate/PredefinedConstraintsOrBuilder.java b/src/main/java/build/buf/validate/PredefinedConstraintsOrBuilder.java index 84188cd9..9aa87b0d 100644 --- a/src/main/java/build/buf/validate/PredefinedConstraintsOrBuilder.java +++ b/src/main/java/build/buf/validate/PredefinedConstraintsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/RepeatedRules.java b/src/main/java/build/buf/validate/RepeatedRules.java index 0824fa78..f53adb4b 100644 --- a/src/main/java/build/buf/validate/RepeatedRules.java +++ b/src/main/java/build/buf/validate/RepeatedRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class RepeatedRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/RepeatedRulesOrBuilder.java b/src/main/java/build/buf/validate/RepeatedRulesOrBuilder.java index ec91aa41..fd7078ec 100644 --- a/src/main/java/build/buf/validate/RepeatedRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/RepeatedRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/SFixed32Rules.java b/src/main/java/build/buf/validate/SFixed32Rules.java index b78dad95..5747837b 100644 --- a/src/main/java/build/buf/validate/SFixed32Rules.java +++ b/src/main/java/build/buf/validate/SFixed32Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SFixed32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed32Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/SFixed32RulesOrBuilder.java b/src/main/java/build/buf/validate/SFixed32RulesOrBuilder.java index 50892b17..c3e48a78 100644 --- a/src/main/java/build/buf/validate/SFixed32RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/SFixed32RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/SFixed64Rules.java b/src/main/java/build/buf/validate/SFixed64Rules.java index 4d90ece0..3918908a 100644 --- a/src/main/java/build/buf/validate/SFixed64Rules.java +++ b/src/main/java/build/buf/validate/SFixed64Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SFixed64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SFixed64Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/SFixed64RulesOrBuilder.java b/src/main/java/build/buf/validate/SFixed64RulesOrBuilder.java index 82c1e663..e15edabf 100644 --- a/src/main/java/build/buf/validate/SFixed64RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/SFixed64RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/SInt32Rules.java b/src/main/java/build/buf/validate/SInt32Rules.java index 49c4ab0f..bc70dcb4 100644 --- a/src/main/java/build/buf/validate/SInt32Rules.java +++ b/src/main/java/build/buf/validate/SInt32Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SInt32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt32Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/SInt32RulesOrBuilder.java b/src/main/java/build/buf/validate/SInt32RulesOrBuilder.java index 0eeb1cee..e3398c72 100644 --- a/src/main/java/build/buf/validate/SInt32RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/SInt32RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/SInt64Rules.java b/src/main/java/build/buf/validate/SInt64Rules.java index a7b3aaec..6676b1cf 100644 --- a/src/main/java/build/buf/validate/SInt64Rules.java +++ b/src/main/java/build/buf/validate/SInt64Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SInt64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", SInt64Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/SInt64RulesOrBuilder.java b/src/main/java/build/buf/validate/SInt64RulesOrBuilder.java index 09e4315e..93a4d79c 100644 --- a/src/main/java/build/buf/validate/SInt64RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/SInt64RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/StringRules.java b/src/main/java/build/buf/validate/StringRules.java index 3b7cd0d6..10df159b 100644 --- a/src/main/java/build/buf/validate/StringRules.java +++ b/src/main/java/build/buf/validate/StringRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class StringRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", StringRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/StringRulesOrBuilder.java b/src/main/java/build/buf/validate/StringRulesOrBuilder.java index b60d99c7..9b59f60a 100644 --- a/src/main/java/build/buf/validate/StringRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/StringRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/TimestampRules.java b/src/main/java/build/buf/validate/TimestampRules.java index 7004fb23..22b5dc9e 100644 --- a/src/main/java/build/buf/validate/TimestampRules.java +++ b/src/main/java/build/buf/validate/TimestampRules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class TimestampRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", TimestampRules.class.getName()); } diff --git a/src/main/java/build/buf/validate/TimestampRulesOrBuilder.java b/src/main/java/build/buf/validate/TimestampRulesOrBuilder.java index fb233a33..b823a191 100644 --- a/src/main/java/build/buf/validate/TimestampRulesOrBuilder.java +++ b/src/main/java/build/buf/validate/TimestampRulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/UInt32Rules.java b/src/main/java/build/buf/validate/UInt32Rules.java index b54ea628..d5881f98 100644 --- a/src/main/java/build/buf/validate/UInt32Rules.java +++ b/src/main/java/build/buf/validate/UInt32Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class UInt32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt32Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/UInt32RulesOrBuilder.java b/src/main/java/build/buf/validate/UInt32RulesOrBuilder.java index f523e181..a47043b9 100644 --- a/src/main/java/build/buf/validate/UInt32RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/UInt32RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/UInt64Rules.java b/src/main/java/build/buf/validate/UInt64Rules.java index 6ae32a5e..1ae57ea6 100644 --- a/src/main/java/build/buf/validate/UInt64Rules.java +++ b/src/main/java/build/buf/validate/UInt64Rules.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class UInt64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", UInt64Rules.class.getName()); } diff --git a/src/main/java/build/buf/validate/UInt64RulesOrBuilder.java b/src/main/java/build/buf/validate/UInt64RulesOrBuilder.java index 92a5567e..a6eb708b 100644 --- a/src/main/java/build/buf/validate/UInt64RulesOrBuilder.java +++ b/src/main/java/build/buf/validate/UInt64RulesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/ValidateProto.java b/src/main/java/build/buf/validate/ValidateProto.java index 038156dd..4230433c 100644 --- a/src/main/java/build/buf/validate/ValidateProto.java +++ b/src/main/java/build/buf/validate/ValidateProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -12,7 +12,7 @@ private ValidateProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", ValidateProto.class.getName()); } diff --git a/src/main/java/build/buf/validate/Violation.java b/src/main/java/build/buf/validate/Violation.java index e69e2f82..d2f3f766 100644 --- a/src/main/java/build/buf/validate/Violation.java +++ b/src/main/java/build/buf/validate/Violation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -33,7 +33,7 @@ public final class Violation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Violation.class.getName()); } diff --git a/src/main/java/build/buf/validate/ViolationOrBuilder.java b/src/main/java/build/buf/validate/ViolationOrBuilder.java index fa6fc753..0605d6c0 100644 --- a/src/main/java/build/buf/validate/ViolationOrBuilder.java +++ b/src/main/java/build/buf/validate/ViolationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/Violations.java b/src/main/java/build/buf/validate/Violations.java index 02ed8c83..36e67a74 100644 --- a/src/main/java/build/buf/validate/Violations.java +++ b/src/main/java/build/buf/validate/Violations.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Violations extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Violations.class.getName()); } diff --git a/src/main/java/build/buf/validate/ViolationsOrBuilder.java b/src/main/java/build/buf/validate/ViolationsOrBuilder.java index 92029326..89cb7f8f 100644 --- a/src/main/java/build/buf/validate/ViolationsOrBuilder.java +++ b/src/main/java/build/buf/validate/ViolationsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/validate.proto -// Protobuf Java Version: 4.28.1 +// Protobuf Java Version: 4.28.2 package build.buf.validate; diff --git a/src/test/resources/proto/buf.gen.imports.yaml b/src/test/resources/proto/buf.gen.imports.yaml index b8cef672..109547fb 100644 --- a/src/test/resources/proto/buf.gen.imports.yaml +++ b/src/test/resources/proto/buf.gen.imports.yaml @@ -5,7 +5,7 @@ managed: - file_option: java_package_prefix value: com.example.imports plugins: - - remote: buf.build/protocolbuffers/java:v28.1 + - remote: buf.build/protocolbuffers/java:v28.2 out: build/generated/test-sources/bufgen inputs: - directory: src/test/resources/proto diff --git a/src/test/resources/proto/buf.gen.noimports.yaml b/src/test/resources/proto/buf.gen.noimports.yaml index bc355ff9..a2960e8f 100644 --- a/src/test/resources/proto/buf.gen.noimports.yaml +++ b/src/test/resources/proto/buf.gen.noimports.yaml @@ -8,7 +8,7 @@ managed: - file_option: java_package_prefix value: com.example.noimports plugins: - - remote: buf.build/protocolbuffers/java:v28.1 + - remote: buf.build/protocolbuffers/java:v28.2 out: build/generated/test-sources/bufgen inputs: - directory: src/main/resources