diff --git a/buf.gen.yaml b/buf.gen.yaml index da999fbe..98fa72df 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,4 +1,4 @@ version: v2 plugins: - - remote: buf.build/protocolbuffers/java:v30.1 + - remote: buf.build/protocolbuffers/java:v30.2 out: src/main/java diff --git a/conformance/buf.gen.yaml b/conformance/buf.gen.yaml index ea2774dc..a77ae075 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:v30.1 + - remote: buf.build/protocolbuffers/java:v30.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 912185e0..aa3c3f5d 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum AnEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 28f3c2bb..3d7c230f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ccad5961..8735e12e 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.30.1 +// Protobuf Java Version: 4.30.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 c3ed5280..49d16d0d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7b0c08d4..5533c543 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.30.1 +// Protobuf Java Version: 4.30.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 5e8ed6cb..6eeda0bb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f2909355..d3abbe25 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.30.1 +// Protobuf Java Version: 4.30.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 fd3c2604..d0983202 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4b74fa74..b7e9ebeb 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.30.1 +// Protobuf Java Version: 4.30.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 21d55009..f6f42807 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 11bd79c9..cc2a927e 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.30.1 +// Protobuf Java Version: 4.30.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 1a4d3be3..ed583588 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 05b803d4..1415e0a2 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.30.1 +// Protobuf Java Version: 4.30.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 6bf993fd..86aca58b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1be9d82b..85d0a44c 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.30.1 +// Protobuf Java Version: 4.30.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 82cdf19d..53650dfd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b2dfb435..0babb94d 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.30.1 +// Protobuf Java Version: 4.30.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 420c1085..0ad7b3e9 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private BoolProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 974b5635..501e6948 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cea7422b..40573007 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.30.1 +// Protobuf Java Version: 4.30.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 d48e3bb2..95d2b5f9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1ce03719..e9b438dc 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.30.1 +// Protobuf Java Version: 4.30.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 27468654..a3607fcb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 57d4ec6f..2e7e6ac3 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.30.1 +// Protobuf Java Version: 4.30.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 ef41e1fd..ac154e67 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1198e805..49deb2b6 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.30.1 +// Protobuf Java Version: 4.30.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 52d144c7..86dc1bd7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dde13234..f8af1f3e 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.30.1 +// Protobuf Java Version: 4.30.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 702b4cf1..d0e81108 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f0367699..307deed7 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.30.1 +// Protobuf Java Version: 4.30.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 157ec1cf..6704e1f6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a8b8fc80..c2ea9768 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 714fb783..627a20f3 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.30.1 +// Protobuf Java Version: 4.30.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 fcf236ef..74ba57e0 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.30.1 +// Protobuf Java Version: 4.30.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 6fb7dacf..8390a497 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 706ed19b..54423592 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.30.1 +// Protobuf Java Version: 4.30.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 62b9b67e..a611f041 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 210acfed..718a85e2 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.30.1 +// Protobuf Java Version: 4.30.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 7ce4fc2d..b26ee830 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 199f299e..2a77b5a4 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.30.1 +// Protobuf Java Version: 4.30.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 1d4106ec..d4384c5d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 49885bfb..4f3d398f 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.30.1 +// Protobuf Java Version: 4.30.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 054a95c6..460fa0fa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 53c6730c..5d9ee4ca 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.30.1 +// Protobuf Java Version: 4.30.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 55739c9c..a67c8fb9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 92808f6c..46377e8b 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.30.1 +// Protobuf Java Version: 4.30.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 a179cb36..57c5c5ff 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f2a7d7ab..70afaf0a 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.30.1 +// Protobuf Java Version: 4.30.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 1ed9b57c..1fa78b27 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 057a71cf..556a92c3 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.30.1 +// Protobuf Java Version: 4.30.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 5695bb9f..d44f4c04 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 69b0a881..5897e257 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.30.1 +// Protobuf Java Version: 4.30.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 f692f155..e47e4457 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fc82aaec..26a978b0 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.30.1 +// Protobuf Java Version: 4.30.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 c43d448d..948bd28d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c62d1dd5..fe6e10f7 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.30.1 +// Protobuf Java Version: 4.30.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 ce6a8b14..c79b7285 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3d812b7a..f23e3cb2 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.30.1 +// Protobuf Java Version: 4.30.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 6aa6ea8a..5a9231a2 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private BytesProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 23af9746..343ca59b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 30a6ef2f..adc5b281 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.30.1 +// Protobuf Java Version: 4.30.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 47a1c6ee..8be1bf49 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum ComplexTestEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 79387ee9..ebf868be 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 be57e8b4..b191ae21 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.30.1 +// Protobuf Java Version: 4.30.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 b23e7c42..91008f34 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 051144fe..a0d0c09e 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.30.1 +// Protobuf Java Version: 4.30.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 e0d3686a..b19ab8ef 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 589604bd..92130544 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.30.1 +// Protobuf Java Version: 4.30.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 214d0fe2..2422fd57 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fe550d6e..0c944edd 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.30.1 +// Protobuf Java Version: 4.30.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 2d87dfca..3b07599d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2c0f6833..3cbe6812 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.30.1 +// Protobuf Java Version: 4.30.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 b9ab8576..8a8db33b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 10765afc..d1eef23b 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.30.1 +// Protobuf Java Version: 4.30.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 15c91514..c2fc0c86 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 da028f1f..ba2d559b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3403ddc3..e14e78df 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e189489f..21851ecf 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.30.1 +// Protobuf Java Version: 4.30.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 7aaf628b..bbf83445 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.30.1 +// Protobuf Java Version: 4.30.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 360e818a..477196d9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 374d3e5a..3c0d9c7f 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.30.1 +// Protobuf Java Version: 4.30.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 924d03da..acbb085d 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.30.1 +// Protobuf Java Version: 4.30.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 ab36c9a8..7ca8987d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 29cc851a..8ee5d145 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.30.1 +// Protobuf Java Version: 4.30.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 4aea805f..230e0612 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d76d2b45..1a22edef 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.30.1 +// Protobuf Java Version: 4.30.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 d2e755c9..2d9b0cff 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e89b7bff..691ce893 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.30.1 +// Protobuf Java Version: 4.30.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 e71b3916..45a9840d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8571f3fc..29c2d40e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6952360f..78a5cfe7 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.30.1 +// Protobuf Java Version: 4.30.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 1a80d5e9..e488c06d 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.30.1 +// Protobuf Java Version: 4.30.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 84a88d57..8a581c47 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aa057383..3c00d356 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.30.1 +// Protobuf Java Version: 4.30.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 42201166..a7a69ce4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 63aefc48..675e55b7 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.30.1 +// Protobuf Java Version: 4.30.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 be72c193..f553b022 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 92e76c15..c82b93c8 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.30.1 +// Protobuf Java Version: 4.30.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 6765f896..39567cee 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7269b8ad..30961d33 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.30.1 +// Protobuf Java Version: 4.30.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 b24cd28b..0e81e29d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 af1f74ae..172b7b0d 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.30.1 +// Protobuf Java Version: 4.30.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 aaaec05b..560bb8c4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8e17b970..fa3c276c 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.30.1 +// Protobuf Java Version: 4.30.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 05fb60c3..b5b6aaf8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4973b1df..f2070123 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.30.1 +// Protobuf Java Version: 4.30.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 0b6c1942..e06869ac 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 229f1abd..4b58abc8 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.30.1 +// Protobuf Java Version: 4.30.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 c4cf2f6b..63f7576d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a49959b8..986ce96f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 315576d4..7ee8916e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2563d23d..622c4941 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.30.1 +// Protobuf Java Version: 4.30.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 fa2a63b3..e637df67 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.30.1 +// Protobuf Java Version: 4.30.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 1019329d..69eb88ec 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3f7d8330..7578fd58 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.30.1 +// Protobuf Java Version: 4.30.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 67b7edab..ae260d2a 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.30.1 +// Protobuf Java Version: 4.30.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 6bd2209e..46eb1df6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c41e99be..936b5dc0 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.30.1 +// Protobuf Java Version: 4.30.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 e32b0e69..80b050d2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 143c86f8..9a4e1589 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 96b1b2e8..02c58367 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.30.1 +// Protobuf Java Version: 4.30.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 156e01a6..bb0167f7 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.30.1 +// Protobuf Java Version: 4.30.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 0b5b5879..a3a374af 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ceb2968..73151ea4 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.30.1 +// Protobuf Java Version: 4.30.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 ba474f6c..272a42b4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5d48df83..c6b696a2 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.30.1 +// Protobuf Java Version: 4.30.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 11807e30..8349c2db 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2c916ec7..411b2206 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlways.java index bea176fb..ca4ad722 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlwaysOrBuilder.java index 16f34734..fcab22c4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 9ed0feeb..2a46be49 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 832a61d4..b526f888 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.30.1 +// Protobuf Java Version: 4.30.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 cb2bfbad..564317de 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 36d11e65..487de27c 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.30.1 +// Protobuf Java Version: 4.30.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 66321c68..ca485eb9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 02e7df8f..0cdac6c8 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlways.java index d827734c..600a8d98 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapKeyIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapKeyIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlwaysOrBuilder.java index 212a3736..6f464b6c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapKeyIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 7879bd74..8211ae11 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cde8dd20..2d149972 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.30.1 +// Protobuf Java Version: 4.30.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 1081e570..3497d859 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3c70899d..681bd5e5 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.30.1 +// Protobuf Java Version: 4.30.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 5516cab7..2cd27747 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 63de950d..b61f2f98 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlways.java index 1946cb76..1f76bfd8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMapValueIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMapValueIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlwaysOrBuilder.java index 7864d540..ec49c4c0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMapValueIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 4032438d..7d049232 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 653f21ac..ec333e40 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.30.1 +// Protobuf Java Version: 4.30.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 e49f5c53..a31ea75b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 456cbb77..072a7bfb 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.30.1 +// Protobuf Java Version: 4.30.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 5841dccc..2c76180f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 00e0ff69..2967b0b6 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlways.java index 3800706c..77dd9de9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceDelimitedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceDelimitedIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java index a588b3b9..4a558790 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 8673b74e..84e4ca22 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 6998b6ff..b174f688 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.30.1 +// Protobuf Java Version: 4.30.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 02f9b289..0ad3d943 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 fd697afc..a81f7b29 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.30.1 +// Protobuf Java Version: 4.30.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 19b8a93a..37fa888d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 9ba98a8c..48679e5c 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlways.java index 42b65fb6..08c9ed06 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageExplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageExplicitPresenceIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java index 4d952ebc..eda5bb6a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 cc78e854..11cadd4e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 bb763d61..3db2ad80 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.30.1 +// Protobuf Java Version: 4.30.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 f09a99fe..a07dfe4a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 6c6785b8..3f417f1f 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.30.1 +// Protobuf Java Version: 4.30.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 b90a2d9f..db49cbb8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 3ade5092..5123a394 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlways.java index 4de0a9a5..990da2d4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredDelimitedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredDelimitedIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlwaysOrBuilder.java index 30b7478f..34b04367 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredDelimitedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 a1a9b17c..31acb6fd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 c4ef7463..6c4efec1 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.30.1 +// Protobuf Java Version: 4.30.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 4bb04abb..10ba527c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 489fc8cc..7ad67f67 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.30.1 +// Protobuf Java Version: 4.30.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 fc3560e9..3eb6c26a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 1dd233d5..1656b965 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlways.java index 91ad56db..14fbe982 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsMessageLegacyRequiredIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsMessageLegacyRequiredIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlwaysOrBuilder.java index 137ea139..5853b9d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsMessageLegacyRequiredIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 a2e2b41b..0436f03f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 c8da1fc8..c541835d 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.30.1 +// Protobuf Java Version: 4.30.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 10ddccc4..6ff51c5d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 0793832a..cf0326e6 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.30.1 +// Protobuf Java Version: 4.30.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 95c88c2c..103c1b2a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 0eef10d1..5e6f5d43 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlways.java index 67c56a47..715dba3a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysOrBuilder.java index 99b6eee1..930f7a33 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefault.java index 902868a5..5862b535 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsOneofIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsOneofIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefaultOrBuilder.java index 1f961689..a8664e7c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsOneofIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 72db61e5..57a8b42c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 bd5501cc..967baba8 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.30.1 +// Protobuf Java Version: 4.30.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 176508ed..cb3d5a63 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 01b0760f..ef40becb 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.30.1 +// Protobuf Java Version: 4.30.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 9d3cea63..08224134 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 271573f0..c46692dc 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.30.1 +// Protobuf Java Version: 4.30.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 d896f7f3..2e45e4a4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a75614cb..1abc4a44 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.30.1 +// Protobuf Java Version: 4.30.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 e6825a05..cd110b16 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 277af047..cab21fc3 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.30.1 +// Protobuf Java Version: 4.30.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 379719d2..802d4187 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 91010898..bbb81647 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlways.java index a456105c..dc7c0661 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java index fef1e053..276bd019 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 9ba367f3..c45396ee 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 95e6e275..8efa2a7e 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.30.1 +// Protobuf Java Version: 4.30.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 8ae03069..f82eb09a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 576bdbf0..f392d231 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.30.1 +// Protobuf Java Version: 4.30.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 8ee60696..48c82f71 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4cae9346..8bfc7e17 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlways.java index 235faf92..55994b29 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedExpandedItemIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedExpandedItemIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlwaysOrBuilder.java index b2746abc..c40130c9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedExpandedItemIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 c7fcdba7..d20a610a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 16fd8e72..0e53c8b0 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.30.1 +// Protobuf Java Version: 4.30.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 65af9dbd..fc3920f0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d353dd3b..cef58d5f 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.30.1 +// Protobuf Java Version: 4.30.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 06ee5a4f..464060ed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8efe953b..d586987d 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlways.java index 300a3396..995f7348 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlwaysOrBuilder.java index df6dba13..912529ae 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 933cceeb..c9d8a89b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 35ed049d..0e810504 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.30.1 +// Protobuf Java Version: 4.30.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 ba9e1dcb..c1aad043 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 938ff435..02facf1a 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.30.1 +// Protobuf Java Version: 4.30.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 bf015ede..4df4af3d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d0038dcc..054e26f0 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlways.java index 00298969..b306e94a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsRepeatedItemIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsRepeatedItemIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlwaysOrBuilder.java index cb707afc..22ab23b8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsRepeatedItemIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 24abf609..6b673b01 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6d329cc7..e735d495 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.30.1 +// Protobuf Java Version: 4.30.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 1ec58f3e..0420921e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ed259bc4..059baadc 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.30.1 +// Protobuf Java Version: 4.30.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 76ee7584..e3486e2e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ad793884..0dbf24a0 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlways.java index eb19f22a..d2bc52bb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java index d54b8410..ec87bcd4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault.java index a9137f73..e1652a1e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarExplicitPresenceIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefaultOrBuilder.java index 5253e8f8..883f17d8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarExplicitPresenceIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 a7511053..1a246c9d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e1852b16..7fb9eb28 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.30.1 +// Protobuf Java Version: 4.30.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 82491f07..e3dfd162 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9437f5ea..b174079f 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.30.1 +// Protobuf Java Version: 4.30.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 d493898a..4493d946 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7818254a..af8f4567 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.30.1 +// Protobuf Java Version: 4.30.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 23870ef5..dd129d88 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 21da775a..417a053b 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.30.1 +// Protobuf Java Version: 4.30.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 4f528b2c..3c2772ef 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 74a3d017..5ad52120 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.30.1 +// Protobuf Java Version: 4.30.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 ebde4934..e69b8c0f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6b200a33..9e4eedc5 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlways.java index 93bd35bd..cbf73751 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarImplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarImplicitPresenceIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java index 79afa0a6..c4a340b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 7f4f0faa..67065aed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7b7cdc6d..bd737431 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.30.1 +// Protobuf Java Version: 4.30.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 2412cdc8..5d2a1966 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 533c9f00..765e1dcf 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.30.1 +// Protobuf Java Version: 4.30.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 7a767b5c..10e28116 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e4feebb2..b7de2162 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlways.java index 360c3ee6..f261f582 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysOrBuilder.java index 31c83684..247c793b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault.java index f3866fd2..41845634 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", EditionsScalarLegacyRequiredIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefaultOrBuilder.java index 369c0346..fe5418f8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/EditionsScalarLegacyRequiredIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 27d23297..ce4e4b26 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7c3b7122..c551ff20 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.30.1 +// Protobuf Java Version: 4.30.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 833fec2b..0eb8626f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e40cc1f3..422076d8 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.30.1 +// Protobuf Java Version: 4.30.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 433bbc61..6e315468 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 57d479d2..0a0b719a 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.30.1 +// Protobuf Java Version: 4.30.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 7e4efb75..d8c7d3dd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ef3f13a8..ccfab34b 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.30.1 +// Protobuf Java Version: 4.30.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 e9449b52..b96247e6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aec606f5..72f05d50 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.30.1 +// Protobuf Java Version: 4.30.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 0190103a..d6573e43 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 66a0b237..21ddce5c 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.30.1 +// Protobuf Java Version: 4.30.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 5fc66040..becd82c5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 937b1687..b5fe248b 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.30.1 +// Protobuf Java Version: 4.30.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 41018c73..98c5ba7e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7379e300..fd9ff864 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.30.1 +// Protobuf Java Version: 4.30.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 aed1c158..ad75529a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 513230ce..45ba2a63 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.30.1 +// Protobuf Java Version: 4.30.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 16b31af6..6f925b2f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a64f0db3..385fe73e 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.30.1 +// Protobuf Java Version: 4.30.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 a75fedb1..5ebb5ad7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d1b476de..b0907344 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.30.1 +// Protobuf Java Version: 4.30.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 335c30c0..63d0913f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 59ce56a1..ae45a19f 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.30.1 +// Protobuf Java Version: 4.30.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 5faed26d..6274a735 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 94fb578d..9ce7df2c 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.30.1 +// Protobuf Java Version: 4.30.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 bb84f42e..211937eb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 045a442f..d5340c61 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.30.1 +// Protobuf Java Version: 4.30.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 8c54af87..d7cf2d10 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1781f0be..45c35e21 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aca008b3..7524c682 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.30.1 +// Protobuf Java Version: 4.30.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 2951c873..ddea0d2e 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.30.1 +// Protobuf Java Version: 4.30.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 1d5a2e6c..8345b471 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dcebe82a..f32882b1 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.30.1 +// Protobuf Java Version: 4.30.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 c2fff8f3..51f4436c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5aef8360..0b1c77b4 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.30.1 +// Protobuf Java Version: 4.30.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 952f740e..d105cbdc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 af0607c9..bb5bb623 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.30.1 +// Protobuf Java Version: 4.30.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 1359ead1..6d097671 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 69567ada..eb281846 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.30.1 +// Protobuf Java Version: 4.30.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 3d8c3348..ac2f97a1 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private EnumsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 4054c22a..1e88b5a4 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private FilenameWithDashProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 23733596..b6e44e9a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4c54ac16..1adbc848 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.30.1 +// Protobuf Java Version: 4.30.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 6b110465..02e36204 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1c5bddc9..3282f5bb 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.30.1 +// Protobuf Java Version: 4.30.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 67af2175..9413e5c8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b0e523de..7409b5a8 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.30.1 +// Protobuf Java Version: 4.30.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 732b23f0..acb3b9fe 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a045602d..8dd9ba8b 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.30.1 +// Protobuf Java Version: 4.30.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 26ca9a42..5ce9a935 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 588557f9..26972869 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d6be6924..6759e360 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a02f89bc..a4e2728a 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.30.1 +// Protobuf Java Version: 4.30.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 02a60ef2..3b41e3f8 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.30.1 +// Protobuf Java Version: 4.30.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 aee1c0be..3df70f51 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 41517921..b754c7bc 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.30.1 +// Protobuf Java Version: 4.30.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 1dad3e1b..1bcb5169 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.30.1 +// Protobuf Java Version: 4.30.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 5e650ebe..ac228363 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cfd15bb2..e4c0c667 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.30.1 +// Protobuf Java Version: 4.30.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 17f6a6af..e27a15ab 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 80d062e6..864ca680 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.30.1 +// Protobuf Java Version: 4.30.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 f80b5e8e..72d1b2ad 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1f4fb78a..b4fe962d 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.30.1 +// Protobuf Java Version: 4.30.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 01043f09..dce159fc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2cfff603..5b68a8f8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4d88fed3..bf3a7d9d 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.30.1 +// Protobuf Java Version: 4.30.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 67b66385..2f09c288 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.30.1 +// Protobuf Java Version: 4.30.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 d05ddcfe..b3f43d19 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ef6c7c25..9a8598bc 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.30.1 +// Protobuf Java Version: 4.30.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 fa0ec078..760eb289 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 99f45d66..f30b4e31 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.30.1 +// Protobuf Java Version: 4.30.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 8dd5f929..61e964e4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 131ec799..936fb380 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.30.1 +// Protobuf Java Version: 4.30.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 e2df6caf..e8778883 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8798c4c6..35998289 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.30.1 +// Protobuf Java Version: 4.30.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 922546f2..85b0742e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6f7dfe3e..bf44ca0b 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.30.1 +// Protobuf Java Version: 4.30.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 d15d484c..0f32f774 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3a6836f3..8e35f77c 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.30.1 +// Protobuf Java Version: 4.30.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 6eb4745e..4ffebaf1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b1e284bc..2923b86e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3e894e05..1245159d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 be78436c..095c29bb 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.30.1 +// Protobuf Java Version: 4.30.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 a2571e55..36e0802b 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.30.1 +// Protobuf Java Version: 4.30.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 a3ae89f7..35b6e97a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3c5364ab..fd6f7bda 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.30.1 +// Protobuf Java Version: 4.30.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 1d26e984..a6d79058 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.30.1 +// Protobuf Java Version: 4.30.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 5e4e4e65..aa332f8b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ca6a756a..4c17d663 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.30.1 +// Protobuf Java Version: 4.30.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 b201582f..3cb05f19 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5abfdb54..953f9075 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.30.1 +// Protobuf Java Version: 4.30.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 1bf5f2d0..634b9b20 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 da24f278..e1121180 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.30.1 +// Protobuf Java Version: 4.30.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 6bc8d60d..dbd95c6c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 bf15029d..30494bc9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e382adf9..4acd1076 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.30.1 +// Protobuf Java Version: 4.30.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 2fafd274..bf42b02d 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.30.1 +// Protobuf Java Version: 4.30.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 a5e808e0..884b5521 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5fa1b059..77572356 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.30.1 +// Protobuf Java Version: 4.30.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 559f7d2a..eab12a65 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ecc72704..29201b0c 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.30.1 +// Protobuf Java Version: 4.30.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 75b37dab..76ca9f02 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6b56e21e..cb6341fa 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.30.1 +// Protobuf Java Version: 4.30.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 90ec63d4..227f7287 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0d24c734..50488fd0 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.30.1 +// Protobuf Java Version: 4.30.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 0f66e886..55898f62 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cbc7d51c..04f70444 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.30.1 +// Protobuf Java Version: 4.30.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 1ab101e3..f3a9405e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0b5cc8ff..fe4e0939 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.30.1 +// Protobuf Java Version: 4.30.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 ff60467c..fb01d970 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1bf5698e..bf79da32 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.30.1 +// Protobuf Java Version: 4.30.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 137f22cc..995fc3b2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3529e1d0..b2781524 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 edb3ab9e..45967411 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cb94631c..66b23544 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.30.1 +// Protobuf Java Version: 4.30.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 42aa6e45..fa46465d 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.30.1 +// Protobuf Java Version: 4.30.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 66900e9a..8e939481 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 38964b46..850b0dad 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.30.1 +// Protobuf Java Version: 4.30.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 2e4026ee..6e578d78 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.30.1 +// Protobuf Java Version: 4.30.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 be6e440b..b752ea55 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 69be5c7c..25ff67ed 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.30.1 +// Protobuf Java Version: 4.30.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 18768a0c..de9c6954 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ca8d0b44..adfd2daa 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.30.1 +// Protobuf Java Version: 4.30.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 ef5352f0..c58d52fd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7252b310..f1046c62 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.30.1 +// Protobuf Java Version: 4.30.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 87dc3838..88d960fd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0d3ea7e2..60e7f2fb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0f3b5cd4..12019496 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.30.1 +// Protobuf Java Version: 4.30.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 9ec9b1b7..e8061d44 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.30.1 +// Protobuf Java Version: 4.30.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 bda5b9a8..6b364b3c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 baa7496c..282e2561 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.30.1 +// Protobuf Java Version: 4.30.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 4858e9e9..ff967e58 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 70bc0c5d..a311cbb9 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.30.1 +// Protobuf Java Version: 4.30.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 40568c55..a07b3cf7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 72f09877..71e3e48b 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.30.1 +// Protobuf Java Version: 4.30.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 4eddb51e..c7992bc9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c3ffd933..3904e1f6 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.30.1 +// Protobuf Java Version: 4.30.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 ef472132..e4d93960 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 e85deac6..ae593c46 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 cdd360d0..4ef27d68 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.30.1 +// Protobuf Java Version: 4.30.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 1ecc6164..7dd91bb7 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.30.1 +// Protobuf Java Version: 4.30.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 6e195c6d..dcdd1f7f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 7c3a2b43..e2048486 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 395cfca0..27e9a1af 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.30.1 +// Protobuf Java Version: 4.30.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 06c56bf9..2a18dda1 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.30.1 +// Protobuf Java Version: 4.30.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 3857e6d1..7cc38369 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a99bee3b..e1ae7789 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.30.1 +// Protobuf Java Version: 4.30.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 229d44a3..5f978429 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9f34d13b..6f2b9a20 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 59285428..67ec2aa4 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.30.1 +// Protobuf Java Version: 4.30.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 7538fdfe..aba4eda3 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.30.1 +// Protobuf Java Version: 4.30.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 70d53865..65815971 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e8416f8f..369157c0 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.30.1 +// Protobuf Java Version: 4.30.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 d5ddc664..20394bc9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 166f4f8f..b5952aaf 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.30.1 +// Protobuf Java Version: 4.30.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 b8b19fe1..9271caf2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 41f42bf6..94622b94 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.30.1 +// Protobuf Java Version: 4.30.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 34c34825..c6fe3c17 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c6f597c2..1e625f66 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.30.1 +// Protobuf Java Version: 4.30.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 df6ce6ab..328a1732 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 014b5ce5..5b535005 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.30.1 +// Protobuf Java Version: 4.30.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 11ee1a5e..fd4961ed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 df9d6407..726f7cb3 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.30.1 +// Protobuf Java Version: 4.30.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 36c0eeb3..4328a24d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aa81af4c..a3589008 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.30.1 +// Protobuf Java Version: 4.30.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 3ce9e5ba..17fe0bf9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 b8a68fee..75047293 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.30.1 +// Protobuf Java Version: 4.30.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 8286635c..516f45ce 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9c33bc9e..18c8a136 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.30.1 +// Protobuf Java Version: 4.30.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 730373d4..e8cfc18e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 41a24335..8432f6e5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 30bee924..a8f56740 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.30.1 +// Protobuf Java Version: 4.30.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 a735e811..9ffdf505 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 35a46feb..d57d46db 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.30.1 +// Protobuf Java Version: 4.30.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 841b034c..85f72924 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fde41eb2..6c3b8608 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.30.1 +// Protobuf Java Version: 4.30.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 4e6be71b..9102ff60 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 19fa691d..723880a6 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.30.1 +// Protobuf Java Version: 4.30.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 0c5da996..f16fb507 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 23f0ef90..f9088fc2 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.30.1 +// Protobuf Java Version: 4.30.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 3caebd25..259565dd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 69203f51..83b75de3 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.30.1 +// Protobuf Java Version: 4.30.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 3e44d760..cb9c6e8f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0c81a742..55ffef71 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.30.1 +// Protobuf Java Version: 4.30.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 ccd6697f..edd12da7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d8881991..403ad11a 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.30.1 +// Protobuf Java Version: 4.30.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 4c9a1064..19f3c034 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 c525e2d4..365cd552 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e5a16696..ae98e5e8 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.30.1 +// Protobuf Java Version: 4.30.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 3eecefa1..418093fb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 96023a00..7a432e13 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.30.1 +// Protobuf Java Version: 4.30.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 3a68753e..93a5fe99 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreEmptyProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 f9097d37..116b79c4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 eeb9c250..b407dbae 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.30.1 +// Protobuf Java Version: 4.30.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 bfb640ad..3f364848 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 02585535..6d57644b 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 bc840b83..a8007543 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private IgnoreProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 e5c27c4c..901a6af0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 579a0f66..1fc6f53d 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.30.1 +// Protobuf Java Version: 4.30.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 7fce9528..b92ee1a6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7f91babc..7c3aac24 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.30.1 +// Protobuf Java Version: 4.30.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 f49d89e3..42f09975 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9098d6ce..9f6202c1 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.30.1 +// Protobuf Java Version: 4.30.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 afe416fa..45f5a413 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5df094fd..1c68e374 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.30.1 +// Protobuf Java Version: 4.30.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 d1b5b63a..13e20558 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 db56cf08..94d0cc2e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 17385cf0..3201fc11 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 428362ff..b729758c 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.30.1 +// Protobuf Java Version: 4.30.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 081bd47d..8f114289 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.30.1 +// Protobuf Java Version: 4.30.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 fa4bdd8a..e85de08c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dbc29364..dd014254 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.30.1 +// Protobuf Java Version: 4.30.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 3929abe4..5a5a469f 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.30.1 +// Protobuf Java Version: 4.30.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 c1b9d4fb..b3a408f8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ede6c44f..9f8ecb73 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.30.1 +// Protobuf Java Version: 4.30.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 7d83d0a9..21c20d5f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2662e92a..7b5d51b3 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.30.1 +// Protobuf Java Version: 4.30.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 da4e07fe..e6a6a5fb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3a5d555f..08fdd842 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.30.1 +// Protobuf Java Version: 4.30.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 1e6b252a..91ac7e45 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b4a87278..6fc60d94 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e7b59f56..1e0aaa20 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.30.1 +// Protobuf Java Version: 4.30.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 aff6325f..71ff3498 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.30.1 +// Protobuf Java Version: 4.30.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 6b1a070b..976f2bad 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b440b15f..7cd0ca65 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.30.1 +// Protobuf Java Version: 4.30.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 3bc4082a..5d6e665f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ad4bb719..ec5108cf 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.30.1 +// Protobuf Java Version: 4.30.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 4cf0b421..68bff3af 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c4770be0..c2ff2b1c 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.30.1 +// Protobuf Java Version: 4.30.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 656854c3..87ccbbae 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dafc7962..207da11a 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.30.1 +// Protobuf Java Version: 4.30.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 e8b83dbd..4ce3a3d6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 92ca0074..f2dddde8 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.30.1 +// Protobuf Java Version: 4.30.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 a866321d..d45466f7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cf342b90..06e6858d 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.30.1 +// Protobuf Java Version: 4.30.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 25c26b90..dc551acb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 168022c1..44deda41 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.30.1 +// Protobuf Java Version: 4.30.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 5067f1a1..053be054 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4c6e2dd4..ac00de1f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6546ae07..d8dfed7f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b5d3d2b0..805a39c1 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.30.1 +// Protobuf Java Version: 4.30.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 0194a122..a365f6d3 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.30.1 +// Protobuf Java Version: 4.30.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 4907154d..68972d9a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ef4d66e..d6c5f525 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.30.1 +// Protobuf Java Version: 4.30.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 4c626515..f054ec04 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.30.1 +// Protobuf Java Version: 4.30.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 4e81ad24..783f0fb1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9b190049..06db9fc0 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.30.1 +// Protobuf Java Version: 4.30.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 73c7f32b..93480599 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e289cc3a..21cea213 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.30.1 +// Protobuf Java Version: 4.30.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 1b82a1dc..cfe1503d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 60b1965e..3d7db376 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.30.1 +// Protobuf Java Version: 4.30.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 0b17e532..0bd63605 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2ad92f94..60d6f782 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2d24cc0b..67c4f947 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fc9d9e8c..d036f4de 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.30.1 +// Protobuf Java Version: 4.30.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 46598588..d986f08b 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.30.1 +// Protobuf Java Version: 4.30.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 3ef188db..e9719d15 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.30.1 +// Protobuf Java Version: 4.30.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 38f4839a..f3a8ace4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 75d31f4a..5d5ef17b 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.30.1 +// Protobuf Java Version: 4.30.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 85bcfa8b..10134771 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 633aea88..4d908e13 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmail.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmail.java index 4321e0a3..947ade4a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmail.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmail.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsEmail extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsEmail.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmailOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmailOrBuilder.java index cc186b2d..5325d73d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmailOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsEmailOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPort.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPort.java index 678cb255..e4d9b7f0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPort.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPort.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsHostAndPort extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsHostAndPort.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPortOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPortOrBuilder.java index 35c3e4c8..accbbc21 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPortOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostAndPortOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostname.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostname.java index 1ca780ad..0cb66070 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostname.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostname.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsHostname extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsHostname.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostnameOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostnameOrBuilder.java index 5b8369fe..b7b7c0d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostnameOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsHostnameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIp.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIp.java index b8852919..1105892e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIp.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIp.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsIp extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsIp.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpOrBuilder.java index f608e50f..45b6554e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefix.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefix.java index 497fa4ba..e7a37eec 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefix.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefix.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsIpPrefix extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsIpPrefix.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefixOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefixOrBuilder.java index 7f1d3331..9080f0cb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefixOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsIpPrefixOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUri.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUri.java index a92587d2..76954f9b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUri.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUri.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsUri extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsUri.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriOrBuilder.java index 88d22730..0520a5c2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRef.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRef.java index 75b04d7d..a29fa2a4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRef.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRef.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class IsUriRef extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", IsUriRef.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRefOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRefOrBuilder.java index 12fce034..1a8a100b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRefOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/IsUriRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.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 eb5390ba..30fb4ae6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 602b2d29..c6ba0c03 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.30.1 +// Protobuf Java Version: 4.30.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 927204d4..0e2e3415 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private KitchenSinkProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", KitchenSinkProto.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/LibraryProto.java b/conformance/src/main/java/build/buf/validate/conformance/cases/LibraryProto.java index ccad251f..21348d66 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/LibraryProto.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/LibraryProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: buf/validate/conformance/cases/library.proto -// Protobuf Java Version: 4.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private LibraryProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", LibraryProto.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 4aff3902..8d64dc5f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b7122033..d98d61b7 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.30.1 +// Protobuf Java Version: 4.30.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 cfd9df3d..defbc2a8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3f116135..198ec17c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8f0744b4..51fa3821 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.30.1 +// Protobuf Java Version: 4.30.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 d7094d50..6111c0f5 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.30.1 +// Protobuf Java Version: 4.30.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 f09f9b98..869dad2b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 60fd6ff4..442dc3ec 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.30.1 +// Protobuf Java Version: 4.30.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 2130c0a4..aaaa5b5d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 67e49254..bd2970eb 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.30.1 +// Protobuf Java Version: 4.30.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 257872a2..3210d9c5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 329b2dc9..021b88d0 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.30.1 +// Protobuf Java Version: 4.30.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 d27f7ada..7a669916 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 492cadf5..7df5a69d 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.30.1 +// Protobuf Java Version: 4.30.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 50717548..525acc81 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 079fa4e9..9b545290 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 25ed06ba..5cd6a109 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.30.1 +// Protobuf Java Version: 4.30.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 1071140b..4a9ee08c 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.30.1 +// Protobuf Java Version: 4.30.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 1342be29..55d90e01 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 af47c369..ee9697a9 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.30.1 +// Protobuf Java Version: 4.30.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 b21ab7d1..241ffc57 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 d8fb1007..9bee11f2 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.30.1 +// Protobuf Java Version: 4.30.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 c4e961ed..c52de704 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a98b4c0d..9729e78e 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.30.1 +// Protobuf Java Version: 4.30.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 385789cd..dd2ad17f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7c45b093..bb13e54d 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.30.1 +// Protobuf Java Version: 4.30.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 57b67891..1a6b5e7e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private MapsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 4328aaa7..73725b5d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ba935e8a..366ca6ec 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6ef7e8d6..6366ceb6 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.30.1 +// Protobuf Java Version: 4.30.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 3b7d4599..0ee793ee 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 75f5d21e..19c742f5 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.30.1 +// Protobuf Java Version: 4.30.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 8270afa5..0acbe889 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 bd6186f7..76f4a779 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.30.1 +// Protobuf Java Version: 4.30.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 3bed6007..e9b2665c 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.30.1 +// Protobuf Java Version: 4.30.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 be81d33f..6e6579aa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8eee1de8..fc5fa2cd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0a2bb030..c8f83609 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.30.1 +// Protobuf Java Version: 4.30.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 6e171728..8f35fe85 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cb0f1a6f..360539ba 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.30.1 +// Protobuf Java Version: 4.30.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 b1b06e72..fff58386 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.30.1 +// Protobuf Java Version: 4.30.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 efa30c59..15db3c5c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ee68d670..d8116b82 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.30.1 +// Protobuf Java Version: 4.30.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 7f4e3c9e..f4c479df 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ebbd62b2..d136f59a 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.30.1 +// Protobuf Java Version: 4.30.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 f6a89ef8..7edbf3f0 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private MessagesProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 f2a69b17..2d66a67a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a165f7d2..6700dd9b 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.30.1 +// Protobuf Java Version: 4.30.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 4d051a89..ee289c9b 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private NumbersProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 6bad8b0f..b0c4d624 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dcdc2feb..091e29c8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dfe5e0d0..ad0a4b84 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.30.1 +// Protobuf Java Version: 4.30.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 eb952187..36c4d034 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.30.1 +// Protobuf Java Version: 4.30.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 c3967198..4c5c64e0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 724bf88a..d32a5dc2 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.30.1 +// Protobuf Java Version: 4.30.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 fa2578b9..ec7b7a8a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 839b316b..ba35384e 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.30.1 +// Protobuf Java Version: 4.30.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 038db11f..456fb41a 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private OneofsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 bf52c350..78e54edb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 549fa122..4066d0a6 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.30.1 +// Protobuf Java Version: 4.30.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 9525f59c..e2de5ed4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 bdbb45a7..969b4af1 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.30.1 +// Protobuf Java Version: 4.30.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 2ae9c5fc..2ba5e03b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 ef057b0c..a0499dd9 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.30.1 +// Protobuf Java Version: 4.30.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 457fb466..c20bcb6f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d917011e..6eb26efb 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.30.1 +// Protobuf Java Version: 4.30.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 0f4af88d..9c61cff6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 86e01ac7..b3ccb5ae 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.30.1 +// Protobuf Java Version: 4.30.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 e280d0e3..a43b97a4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1acf7930..d02d0173 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.30.1 +// Protobuf Java Version: 4.30.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 bdee4a24..55d96e90 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4232361c..92c31ffb 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.30.1 +// Protobuf Java Version: 4.30.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 c18044d9..b20e039e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9d73f694..8758fe63 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.30.1 +// Protobuf Java Version: 4.30.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 30b0cf07..173cce91 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ac077a3..9e32aff5 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.30.1 +// Protobuf Java Version: 4.30.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 56ab136d..f85c4234 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a9e2a6f0..e5d96936 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.30.1 +// Protobuf Java Version: 4.30.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 b34db4a7..0278e664 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cd95752d..32f272f4 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.30.1 +// Protobuf Java Version: 4.30.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 97266da2..c8435d04 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f3575a9b..6881b043 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.30.1 +// Protobuf Java Version: 4.30.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 b7cb59b0..62389454 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d6556684..0f1c8461 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.30.1 +// Protobuf Java Version: 4.30.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 1809d47d..1664f93b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 de53366b..ec4a55dc 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.30.1 +// Protobuf Java Version: 4.30.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 f46b76d0..ceed19f3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c031bea4..5c2eb96e 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.30.1 +// Protobuf Java Version: 4.30.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 2621640e..377f453a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleEdition2023.class.getName()); } @@ -64,7 +64,7 @@ public enum EnumEdition2023 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3f6277db..b86f1301 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.30.1 +// Protobuf Java Version: 4.30.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 eb5d9317..dd68a812 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleProto2.class.getName()); } @@ -63,7 +63,7 @@ public enum EnumProto2 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 ae46a32d..36279118 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.30.1 +// Protobuf Java Version: 4.30.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 10a1b3df..7fac6277 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedEnumRuleProto3.class.getName()); } @@ -64,7 +64,7 @@ public enum EnumProto3 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 e404664b..eb9320f8 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.30.1 +// Protobuf Java Version: 4.30.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 542de180..81da3b1b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7739ae1c..67291341 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.30.1 +// Protobuf Java Version: 4.30.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 27adb16e..411b77dd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a228ccde..89db568a 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.30.1 +// Protobuf Java Version: 4.30.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 578b9d93..2167d5dc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 57152ff6..578b5566 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.30.1 +// Protobuf Java Version: 4.30.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 0b4e9436..f33c776f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 941ee273..57954252 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.30.1 +// Protobuf Java Version: 4.30.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 e3511e92..0c37d703 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7baf4865..939e83a4 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.30.1 +// Protobuf Java Version: 4.30.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 94b025f1..714ed4c8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 951d8dc6..e6f23c0c 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.30.1 +// Protobuf Java Version: 4.30.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 75899014..de729304 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e8c12f71..4d6a4cd9 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.30.1 +// Protobuf Java Version: 4.30.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 4fb8499d..42e1e3ec 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ba6c37f1..19356e5a 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.30.1 +// Protobuf Java Version: 4.30.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 ca4dc442..ae669f6c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 836a05ef..a0b4eb44 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.30.1 +// Protobuf Java Version: 4.30.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 13060222..81be4d26 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6eede79b..1a0fd6b1 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.30.1 +// Protobuf Java Version: 4.30.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 761dbbd3..c0f7ddb1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e82ce131..6f6a5bcb 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.30.1 +// Protobuf Java Version: 4.30.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 80648ac8..0e939409 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a1fe6249..60974706 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.30.1 +// Protobuf Java Version: 4.30.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 6284cb55..25eaa5e4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 27339cec..96db8920 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.30.1 +// Protobuf Java Version: 4.30.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 d2dc19a4..bebf891b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ebc8e478..7d64a531 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.30.1 +// Protobuf Java Version: 4.30.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 42d0f4e7..4cc82947 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 05bf0ed6..66f06a62 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.30.1 +// Protobuf Java Version: 4.30.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 f1d5af6b..3e95318b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cc7985dc..666486a9 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.30.1 +// Protobuf Java Version: 4.30.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 0bb572c6..ade10e51 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f199d287..2dcf5f44 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.30.1 +// Protobuf Java Version: 4.30.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 d062e417..b32808ed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9d391f2c..196373a4 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.30.1 +// Protobuf Java Version: 4.30.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 b840724e..5b83558b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 590bf311..cd5b510e 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.30.1 +// Protobuf Java Version: 4.30.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 344e3bb9..5f121146 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b4ace1f9..984c4d1e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023.java index 003c9142..594688ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBoolRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBoolRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023OrBuilder.java index 1e92002c..d555111c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2.java index 04a8d77d..5b31e61a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBoolRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBoolRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2OrBuilder.java index 69b60e94..224baf26 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3.java index 412db043..c4f8ae0f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBoolRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBoolRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3OrBuilder.java index 543f3dd1..9a6dc5a6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBoolRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023.java index 2e144f70..14df811b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBytesRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBytesRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023OrBuilder.java index 84efa25b..ba6d9799 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2.java index 11564770..1ff0ad88 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBytesRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBytesRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2OrBuilder.java index 4f99a1b3..6f7e305e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3.java index 3570c17e..3eb5eacd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedBytesRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedBytesRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3OrBuilder.java index 8c9ffb82..0c487492 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedBytesRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023.java index 6fa655f1..5f2cebdd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedDoubleRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedDoubleRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023OrBuilder.java index b34aedf0..23d1a2ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2.java index e6ed861f..93bbc9ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedDoubleRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedDoubleRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2OrBuilder.java index 40981af3..d9e665dc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3.java index 722e23ab..8e9b2b34 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedDoubleRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedDoubleRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3OrBuilder.java index 2398460e..d1b5e952 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedDoubleRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023.java index 4aeba5e9..21d4ca7e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedFloatRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedFloatRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023OrBuilder.java index 39db11a5..cb65908c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2.java index e7622da4..d4a449c1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedFloatRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedFloatRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2OrBuilder.java index fd916ee7..1b7b3a46 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3.java index c5429730..8923c44c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedFloatRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedFloatRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3OrBuilder.java index 9e526e17..1af9587f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedFloatRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023.java index a71421e0..87b74b2e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023OrBuilder.java index 5d38e147..555335a1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2.java index f62bc3cd..7dff5c93 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2OrBuilder.java index 2a2ff89f..8264cbfb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3.java index 1d388cf2..aab9a3d6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3OrBuilder.java index ab780dfd..3f114c86 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt32RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023.java index 6c3441a6..ffb308c2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023OrBuilder.java index e8140789..e5270842 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2.java index 7c52fd12..2f98afc8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2OrBuilder.java index 42372626..8c5abf81 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3.java index 991c611e..41a89ffd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3OrBuilder.java index 52b1d583..f9273fd7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedInt64RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023.java index e4d54315..07fb70ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedStringRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedStringRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023OrBuilder.java index 0fb5f732..a8d5e636 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2.java index 07548f0e..735d1d2b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedStringRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedStringRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2OrBuilder.java index 56045c9a..9686d183 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3.java index c51c40a1..fd5cff12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedStringRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedStringRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3OrBuilder.java index edc79ad9..2a1db4d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedStringRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023.java index ea960817..8923ceb3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023OrBuilder.java index f3869a56..92daa8d3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2.java index 5e601c63..bbd08c31 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2OrBuilder.java index 11790f66..a0901e15 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3.java index 8545b742..dce1d6fd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3OrBuilder.java index 5d57acc2..04f715fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt32RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023.java index 50357b06..cc59ada4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023OrBuilder.java index 2834bea5..750f304a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2.java index a41b6c59..23e4c7ff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2OrBuilder.java index a0abecd2..0210d3b4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3.java index dd1c04b7..9c0a4af7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedRepeatedWrappedUInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedRepeatedWrappedUInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3OrBuilder.java index 1ef4ae4f..2eb4166b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedRepeatedWrappedUInt64RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 508e4523..35ce7192 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 6e844f14..8dda22b3 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 42425708..20037937 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 06aabb6d..d3317e04 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.30.1 +// Protobuf Java Version: 4.30.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 d955ae3d..44ed5043 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private PredefinedRulesProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3581dd4a..b5ee116b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9318620e..a5b029a9 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.30.1 +// Protobuf Java Version: 4.30.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 16b4b686..1ea1db88 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c15c8646..9667a083 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.30.1 +// Protobuf Java Version: 4.30.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 c6881328..2758773b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1917fb43..38df2d7f 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.30.1 +// Protobuf Java Version: 4.30.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 6d84934c..b8b159b9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 73dcf7ad..9def6f7f 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.30.1 +// Protobuf Java Version: 4.30.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 9fb90f04..3c35e69b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e017fda1..17789c5e 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.30.1 +// Protobuf Java Version: 4.30.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 134ed7d3..ff1b7796 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 526149ab..0710d2bc 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.30.1 +// Protobuf Java Version: 4.30.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 9639aff4..09ac83e8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d8200d29..1e746ab7 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.30.1 +// Protobuf Java Version: 4.30.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 9c5b58e9..dd064984 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c5d5d974..4708d346 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.30.1 +// Protobuf Java Version: 4.30.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 6c93db18..ea59747e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ab654fcd..88b27ea1 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.30.1 +// Protobuf Java Version: 4.30.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 8599b80c..7bcc20e6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e1a9542f..dea1c2e9 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.30.1 +// Protobuf Java Version: 4.30.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 ba5c7864..3f669cdc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 420fcc6f..a4dceede 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.30.1 +// Protobuf Java Version: 4.30.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 cbdc0d68..e2afc545 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 94571c44..b7eef64c 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.30.1 +// Protobuf Java Version: 4.30.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 0a3f79eb..5afec137 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 119039a7..5f8effd1 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.30.1 +// Protobuf Java Version: 4.30.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 e8c7c5d5..37f653ef 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 691f01cf..324ed788 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.30.1 +// Protobuf Java Version: 4.30.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 5f530568..018dfe6c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 23ffd983..a76736c0 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.30.1 +// Protobuf Java Version: 4.30.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 c4676ed3..2ed285ed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a2cc9593..e89e5930 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.30.1 +// Protobuf Java Version: 4.30.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 04519bf3..a0ee70f4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4086ce03..3f6921a1 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.30.1 +// Protobuf Java Version: 4.30.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 7cc96c28..39b61de3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1a10a10c..afa9dc18 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.30.1 +// Protobuf Java Version: 4.30.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 b40be149..52c9d1fd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b0e4922f..c13139fe 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.30.1 +// Protobuf Java Version: 4.30.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 e01c1014..f2c97ff4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 322aea8b..86fed963 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.30.1 +// Protobuf Java Version: 4.30.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 4845d366..61fe67bb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b4e81ec2..e79f8b33 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.30.1 +// Protobuf Java Version: 4.30.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 bc3ac24d..c208c2fe 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 05aff8ba..cbc56368 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.30.1 +// Protobuf Java Version: 4.30.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 d6f587ba..0ca63b7a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6ebe7dc3..f5af7f1a 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.30.1 +// Protobuf Java Version: 4.30.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 e2c774cf..218025cd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6dd925bb..60fe5fc2 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023.java index ce129972..947ad4da 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBoolRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBoolRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023OrBuilder.java index 04d78787..3b9da1f6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2.java index 5b05f208..14689423 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBoolRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBoolRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2OrBuilder.java index c51bab76..9644c931 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3.java index 704d04e4..129e245a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBoolRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBoolRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3OrBuilder.java index e3a50697..a1d19442 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBoolRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023.java index d6ef6ecb..dd4a4b20 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBytesRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBytesRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023OrBuilder.java index 1042a7e9..ce8f0608 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2.java index 594d1983..f9d3bcf9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBytesRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBytesRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2OrBuilder.java index b9ece551..90dc8efb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3.java index f15b0336..9e765c4f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedBytesRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedBytesRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3OrBuilder.java index 6d7cdb19..d0d41058 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedBytesRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023.java index f3be76a5..190058d2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedDoubleRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedDoubleRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023OrBuilder.java index 57c2eacc..0236639f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2.java index ba755468..9fb2a00c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedDoubleRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedDoubleRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2OrBuilder.java index 2e260553..07191e67 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3.java index 5b6c8a0f..e0cd1569 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedDoubleRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedDoubleRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3OrBuilder.java index 2168328a..a11abc2a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedDoubleRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023.java index df0dbb4f..bdf3b03f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedFloatRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedFloatRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023OrBuilder.java index bc522282..04b03727 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2.java index 75b42ae4..6f7d0e5b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedFloatRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedFloatRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2OrBuilder.java index 20ad5bea..eba54e99 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3.java index cbb4a6d8..68dbfeaa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedFloatRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedFloatRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3OrBuilder.java index 6a66baf0..e6a07eb3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedFloatRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023.java index 20333681..8bf4bdff 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023OrBuilder.java index d78bb4f1..6af1a0ad 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2.java index 167e5c64..87e71e99 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2OrBuilder.java index c0871971..3cb3bd65 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3.java index cae7fd1d..03a2980a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3OrBuilder.java index 27888c2a..f6294878 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt32RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023.java index 6dcf992f..4ab23d64 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023OrBuilder.java index 36ec5423..ba320eb4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2.java index b70cba68..a493d23d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2OrBuilder.java index cb56167f..17a5f3bc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3.java index 7add3f8e..bbbcc319 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3OrBuilder.java index 984359d2..a4293e47 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedInt64RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023.java index 4fd82825..e537fceb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedStringRuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedStringRuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023OrBuilder.java index 9d3d4b56..de1836d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2.java index 438d44fe..6d4854d1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedStringRuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedStringRuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2OrBuilder.java index 5f4ab2c1..27ff3085 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3.java index d4a41926..1f5e0071 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedStringRuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedStringRuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3OrBuilder.java index 12010976..a68b5dca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedStringRuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023.java index 6ffc56d3..a2c19fe8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt32RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt32RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023OrBuilder.java index 079b16cf..a39b95fb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2.java index 4c1a071c..2301b142 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt32RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt32RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2OrBuilder.java index 0319b083..80548c0b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3.java index 90c9467e..ca312ea0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt32RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt32RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3OrBuilder.java index f64b048c..74019baa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt32RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023.java index 708d51e0..4a122883 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt64RuleEdition2023 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt64RuleEdition2023.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023OrBuilder.java index 36e57303..da1bb29b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleEdition2023OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2.java index ada755b3..e977606c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt64RuleProto2 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt64RuleProto2.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2OrBuilder.java index 72316db6..c3bfc8a5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto2OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3.java index 23cdecce..2cadd9f8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class PredefinedWrappedUInt64RuleProto3 extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", PredefinedWrappedUInt64RuleProto3.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3OrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3OrBuilder.java index f411e00b..9a5975fe 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3OrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/PredefinedWrappedUInt64RuleProto3OrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlways.java index 5e34ec73..67e46e28 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlwaysOrBuilder.java index 04fdd96b..0305be4d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 03fa606f..0764c711 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 db724b98..332fd1be 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.30.1 +// Protobuf Java Version: 4.30.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 c5d627b0..8d415f98 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3065b6ae..da0694b9 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.30.1 +// Protobuf Java Version: 4.30.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 ebc5b6a5..d7fedb5a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6d69eb12..ca436043 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlways.java index 731b5836..3b56ac80 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapKeyIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapKeyIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlwaysOrBuilder.java index e5a7bfe8..c5d295e9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapKeyIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 aa1d1181..a03f5601 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 22c7dc0c..e0a1281f 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.30.1 +// Protobuf Java Version: 4.30.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 7408f937..706bd691 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2c03fa14..93dafef3 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.30.1 +// Protobuf Java Version: 4.30.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 fa8bcf21..ee1c3cbb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2443705b..8dd2b738 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlways.java index 752809ee..6da6dfc8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MapValueIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MapValueIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlwaysOrBuilder.java index 9a82a4b5..f6577c70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MapValueIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 bb52da4d..3d715a66 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 94b781a7..0083eb4f 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.30.1 +// Protobuf Java Version: 4.30.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 a3494058..4e87d66b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cf28ce67..5e639ca5 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.30.1 +// Protobuf Java Version: 4.30.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 6a768fcd..c165b6c1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0d4c6df9..4476abe5 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlways.java index e2901d06..15a9b84f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageOptionalIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageOptionalIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlwaysOrBuilder.java index 949259d3..e0e6b407 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageOptionalIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 d30cdb73..b21d43f9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 015b195d..50ac4558 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.30.1 +// Protobuf Java Version: 4.30.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 847caffd..2535e4fb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 c3e92278..e9702e0b 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.30.1 +// Protobuf Java Version: 4.30.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 15dee1dc..979aed87 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 5a2d4a5d..99d3f40b 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlways.java index a3a49a99..0368f4ca 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2MessageRequiredIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2MessageRequiredIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlwaysOrBuilder.java index b9f42c75..711f5e6c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2MessageRequiredIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 2607928f..b0ec2de5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 a7f01c54..340abb14 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.30.1 +// Protobuf Java Version: 4.30.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 4a694c5e..b6d657eb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 1e1fe866..ff6aeea8 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.30.1 +// Protobuf Java Version: 4.30.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 ada6d252..a18c2f65 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 55688d28..f909d0cd 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlways.java index a97c972d..927bbe8f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysOrBuilder.java index 2c455008..69f0361f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefault.java index daf11569..b0043aee 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2OneofIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2OneofIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefaultOrBuilder.java index 1599270d..6eccc53f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2OneofIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 f72f88b1..25b231cf 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 679177f5..904f4272 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.30.1 +// Protobuf Java Version: 4.30.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 5199f7e2..de76ac63 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 34eddbbf..264a2109 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.30.1 +// Protobuf Java Version: 4.30.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 d85c62ce..abc7ccd4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 169f4d6a..c5fdad8a 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.30.1 +// Protobuf Java Version: 4.30.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 aa9fb62c..459b7082 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4e7fafdb..d45205c0 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.30.1 +// Protobuf Java Version: 4.30.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 52a7024b..646fdf6c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 77935701..f254218f 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.30.1 +// Protobuf Java Version: 4.30.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 322849c7..007ce4c7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6d3c5cd9..3eef1ec7 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlways.java index 2bcb7b30..f29fe911 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlwaysOrBuilder.java index ed60fa37..c0fe3beb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 2aca7e84..ebc9fd42 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ced545f2..c420e54b 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.30.1 +// Protobuf Java Version: 4.30.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 080f1364..bd65981d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f535d93a..662bb159 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.30.1 +// Protobuf Java Version: 4.30.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 a4d0e6eb..2c2ccbbd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 690e3bf9..b6fb0d2e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlways.java index feb0f392..1a7a2f28 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2RepeatedItemIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2RepeatedItemIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlwaysOrBuilder.java index 30e721f2..59a9552d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2RepeatedItemIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 d4f01b7d..545225d1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 93e09dd1..c902289f 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.30.1 +// Protobuf Java Version: 4.30.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 37f3b729..2728a3bb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4439e6d0..f26e8cad 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.30.1 +// Protobuf Java Version: 4.30.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 4efbd0d0..c11a3900 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6bd117c6..fc2c1792 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlways.java index 089ab079..d5ae9779 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysOrBuilder.java index 8dd80c2a..d201a993 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefault.java index c2ddf398..f8afc2bc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarOptionalIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarOptionalIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefaultOrBuilder.java index 2ad5c57a..c71337dd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarOptionalIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 c8b2331e..cd23d58f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4e0b70c5..b5ea0fc7 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.30.1 +// Protobuf Java Version: 4.30.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 6396eb01..8bd02e70 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 141ed7c4..4062ce49 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.30.1 +// Protobuf Java Version: 4.30.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 acc78b0e..8e1c8bf9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3bf0931a..bfd67a6f 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.30.1 +// Protobuf Java Version: 4.30.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 cacc0395..3f1cf606 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fe06c0d6..46aaf5be 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.30.1 +// Protobuf Java Version: 4.30.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 bbd74807..b823af96 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2a06a116..396d5cee 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.30.1 +// Protobuf Java Version: 4.30.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 c84f787f..d2041f41 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ecd857b0..6b018cde 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlways.java index b1307439..4519b835 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysOrBuilder.java index 82456839..36c29a94 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefault.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefault.java index 192e6b25..afa21a16 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefault.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefault.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto2ScalarRequiredIgnoreAlwaysWithDefault extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto2ScalarRequiredIgnoreAlwaysWithDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefaultOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefaultOrBuilder.java index 96677634..7c1e0a0e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefaultOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto2ScalarRequiredIgnoreAlwaysWithDefaultOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 8c305341..87ce6ffe 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 be6a5f01..0624802a 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.30.1 +// Protobuf Java Version: 4.30.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 f6e478af..dc2116cc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 24cb2eac..d683218b 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.30.1 +// Protobuf Java Version: 4.30.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 fd48769d..6e6e4e5b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4658fecd..ffdb9a2c 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.30.1 +// Protobuf Java Version: 4.30.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 c168ecac..7af7f681 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 44b27a6c..322902a6 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.30.1 +// Protobuf Java Version: 4.30.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 7ed29afc..b5af8506 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a3e680e1..29ccfb53 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.30.1 +// Protobuf Java Version: 4.30.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 9e5e5c07..83f2370c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 995aa0d3..fc5ffc7f 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlways.java index 8c99a15f..c68cce30 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlwaysOrBuilder.java index 2a9f90df..40975c12 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 a59fa5f5..7f31dffa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a8a6ed8c..454aaf30 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.30.1 +// Protobuf Java Version: 4.30.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 4715e31c..c87eb5aa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ee837b86..e8e3ea29 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.30.1 +// Protobuf Java Version: 4.30.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 c6276d14..d0d6bb95 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c2d9edb3..3cb4af09 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlways.java index 4a0733da..aacd3ae3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapKeyIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapKeyIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlwaysOrBuilder.java index ef240aab..2a1680b9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapKeyIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 ba6c615e..d352292a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3819dfb2..70affda4 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.30.1 +// Protobuf Java Version: 4.30.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 da305370..9072c4bc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 68c47a1e..c8e18af0 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.30.1 +// Protobuf Java Version: 4.30.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 121d10b1..5c6474bf 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 053e1b0f..7924c3bc 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlways.java index 9552b4bd..4f041d19 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MapValueIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MapValueIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlwaysOrBuilder.java index b4521d6c..614a0c40 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MapValueIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 89d1ee61..d5dbcb8f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 66a45d03..f200b56a 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.30.1 +// Protobuf Java Version: 4.30.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 ecb2a799..5d1579cf 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 be681c95..88edd0c2 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.30.1 +// Protobuf Java Version: 4.30.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 9f126e01..cf17299e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 871a3a2b..286da8f5 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlways.java index b16a9487..64c46116 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlwaysOrBuilder.java index e7ac8b5d..7cb20ead 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 9ce67bbb..7ea67124 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 4c79f357..2e3a82c7 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.30.1 +// Protobuf Java Version: 4.30.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 c2e67d79..e333e099 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 01e42c6b..09b3ad60 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.30.1 +// Protobuf Java Version: 4.30.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 ffc3f21d..6b90d497 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 0d7e1cb4..dcab1c68 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlways.java index e5344e19..0be68970 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3MessageOptionalIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3MessageOptionalIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlwaysOrBuilder.java index f3fad389..2ab7d373 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3MessageOptionalIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 09670b58..babdb6df 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 bb837e79..44e0f817 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.30.1 +// Protobuf Java Version: 4.30.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 dfc48706..52724ac1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 b53225a5..ea25b833 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.30.1 +// Protobuf Java Version: 4.30.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 dcfb718d..d2434c33 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 6b59fff2..a09bd415 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlways.java index c38945a4..e598b2b2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3OneofIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3OneofIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlwaysOrBuilder.java index 8598c66c..fa92d3f4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3OneofIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 9be9df65..c4bc97ba 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 269cad68..fc59ed4e 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.30.1 +// Protobuf Java Version: 4.30.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 46584cf0..ba24a750 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 20e01a88..157c6bf6 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.30.1 +// Protobuf Java Version: 4.30.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 113de004..0d36d8df 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e44ac155..5e171acd 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlways.java index e6078ade..2f2f5195 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlwaysOrBuilder.java index 77a6e38e..e6068932 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 cba65d80..ba8bcdfa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0b20d933..bc791cf3 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.30.1 +// Protobuf Java Version: 4.30.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 6f147758..a7188335 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d7f06f5d..e3cddd94 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.30.1 +// Protobuf Java Version: 4.30.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 1b1bd091..50cdcb00 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c50c47f3..99601a0b 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlways.java index d67310ca..1b33d791 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3RepeatedItemIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3RepeatedItemIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlwaysOrBuilder.java index 10a8d903..9ec14dfc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3RepeatedItemIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 07300887..1450ce4a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1b5c2652..568dcf22 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.30.1 +// Protobuf Java Version: 4.30.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 04b17063..379d1b58 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 13ca0920..099d0dbc 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.30.1 +// Protobuf Java Version: 4.30.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 7af1c83c..228a654c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d131112e..74fddde8 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlways.java index 4d82f38c..3c94060e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlwaysOrBuilder.java index eed05170..396af2ce 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 1565c812..2c388b5f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f339a413..26f908ca 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.30.1 +// Protobuf Java Version: 4.30.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 6cb37b61..b8d1ff05 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5f2a4faa..88981499 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.30.1 +// Protobuf Java Version: 4.30.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 56164f69..fc32a515 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f76bf381..3040769e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlways.java index 03c01eb5..639fd5c5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlways.java @@ -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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class Proto3ScalarOptionalIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Proto3ScalarOptionalIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlwaysOrBuilder.java index b8456e3c..fba1e021 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/Proto3ScalarOptionalIgnoreAlwaysOrBuilder.java @@ -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.30.1 +// Protobuf Java Version: 4.30.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 1dbb7f5a..ae5b05cc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 632a5303..f8357600 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.30.1 +// Protobuf Java Version: 4.30.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 09e13463..23559465 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 10001371..c8a87c3c 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.30.1 +// Protobuf Java Version: 4.30.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 1cdcdd11..a1317fbc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a4436568..c94e6611 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.30.1 +// Protobuf Java Version: 4.30.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 c057c144..32d13f77 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0953d5bb..c6db452e 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.30.1 +// Protobuf Java Version: 4.30.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 f79f8846..af6dade5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1dea579b..7cfb92c3 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.30.1 +// Protobuf Java Version: 4.30.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 37cef330..29071a59 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0738f082..20f55ac8 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.30.1 +// Protobuf Java Version: 4.30.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 91a4f7f3..b3a4872d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8c96fcff..5c7454a1 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.30.1 +// Protobuf Java Version: 4.30.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 d9eeb38a..40059af8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b57a1754..4411d73b 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.30.1 +// Protobuf Java Version: 4.30.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 83e95a64..90f747c2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d7b1f88e..a0426dc0 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.30.1 +// Protobuf Java Version: 4.30.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 6db321c4..8d72e96f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbeddedEnumIn.class.getName()); } @@ -68,7 +68,7 @@ public enum AnotherInEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 cf7183f5..44c16293 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.30.1 +// Protobuf Java Version: 4.30.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 33f89e11..eea2d214 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RepeatedEmbeddedEnumNotIn.class.getName()); } @@ -68,7 +68,7 @@ public enum AnotherNotInEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 15797160..abc4ab8a 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.30.1 +// Protobuf Java Version: 4.30.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 d578ebe5..74fa73d2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9e5d2645..1e223277 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.30.1 +// Protobuf Java Version: 4.30.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 7524fe09..a5084e29 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 570276ac..550578e3 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.30.1 +// Protobuf Java Version: 4.30.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 bd8602a8..bc987baa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9753f08d..458ac818 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.30.1 +// Protobuf Java Version: 4.30.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 a197fd31..4a1ce3dc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5a3afe74..2e485e95 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c1bb3575..012b47c5 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.30.1 +// Protobuf Java Version: 4.30.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 7011f097..5afd0d95 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.30.1 +// Protobuf Java Version: 4.30.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 a4eda6e5..bbae7224 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d9a76cbd..40aaf997 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.30.1 +// Protobuf Java Version: 4.30.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 81806cf6..5174c4af 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d5356fe7..c52f0999 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.30.1 +// Protobuf Java Version: 4.30.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 ea01ea48..fe23e324 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aedec087..7025c705 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.30.1 +// Protobuf Java Version: 4.30.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 fd625c79..c1e38c67 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9d84f532..bef6edde 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.30.1 +// Protobuf Java Version: 4.30.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 b6ffc711..f0c1687e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 083cbf1a..fac3e5d7 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.30.1 +// Protobuf Java Version: 4.30.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 cab008c2..6b79439a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dbc40837..0022e844 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.30.1 +// Protobuf Java Version: 4.30.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 6a9701f9..363c3d1a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a36520ae..838df30b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 60a5e78f..bf8de07b 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.30.1 +// Protobuf Java Version: 4.30.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 b0bc5765..37d6a4f2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fe39796a..1752d32f 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.30.1 +// Protobuf Java Version: 4.30.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 2e5fbde4..f3be28bc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 56f6b296..ae446b9e 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.30.1 +// Protobuf Java Version: 4.30.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 c1e34f29..4547b785 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.30.1 +// Protobuf Java Version: 4.30.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 be9d632c..0aa1f621 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f9fb6706..11556930 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.30.1 +// Protobuf Java Version: 4.30.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 e5945cd9..c618e135 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3d2f4039..848c039c 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.30.1 +// Protobuf Java Version: 4.30.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 a24e49fb..7af18b30 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 169af448..fe92e3dd 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.30.1 +// Protobuf Java Version: 4.30.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 d29963e0..c7a95736 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RepeatedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 91087319..98fdf37c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 04e03df3..20f82577 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.30.1 +// Protobuf Java Version: 4.30.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 82eb9f2c..35167f65 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ccf2f84..97f32a73 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.30.1 +// Protobuf Java Version: 4.30.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 7da287d5..c98cf1e3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMap.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlways.java index 144f1bd8..7c5e4e1a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlwaysOrBuilder.java index 1babcce8..0899f839 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMapIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 0479196e..aee1b97a 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.30.1 +// Protobuf Java Version: 4.30.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 0fc826fd..df6fffcd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 9d7cfdc1..fd19bdab 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways.java index 9b64da75..c288bbf6 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java index b5f3bb42..702ba39e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceDelimitedIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 b978b06e..40fa4e26 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlways.java index 39bceff1..406320fa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsMessageExplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsMessageExplicitPresenceIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java index 89169a52..29c2087d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsMessageExplicitPresenceIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 74cc4500..9ebf3ca9 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.30.1 +// Protobuf Java Version: 4.30.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 6c68ecdd..4db973cd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 c804ce73..e2d62e31 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 527b1c25..7963a890 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.30.1 +// Protobuf Java Version: 4.30.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 03fdb9bf..3d52153c 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.30.1 +// Protobuf Java Version: 4.30.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 fda774a5..5c8bae40 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsOneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlways.java index 05e8a315..d12db467 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsOneofIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsOneofIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlwaysOrBuilder.java index c75a10db..41f0ca3d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsOneofIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 b4387274..45493d8c 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.30.1 +// Protobuf Java Version: 4.30.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 0cdba1ad..ca61d265 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 76709989..d880786e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsRepeatedExpanded.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlways.java index 083d1155..8798e951 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsRepeatedExpandedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsRepeatedExpandedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java index 4e7d8c4d..2b97b059 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedExpandedIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 56680a82..27e26f41 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlways.java index d5648791..c5fa5aef 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsRepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsRepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlwaysOrBuilder.java index 6f51542d..1dbabebd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsRepeatedIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 e08a3943..fad11a51 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.30.1 +// Protobuf Java Version: 4.30.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 71f77545..8ebaba5a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b3482de2..b65d112f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarExplicitPresenceDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways.java index 6af0a205..9238bac2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways ext com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlwaysOrBuilder.java index c83d1dc3..24f77e9e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceDefaultIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 efb81a92..fb2e1b9c 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlways.java index 6e0b3c7a..eea1e4cf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarExplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarExplicitPresenceIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java index b3fabdd7..e1e65f9c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarExplicitPresenceIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 20076381..b3fbc4a4 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.30.1 +// Protobuf Java Version: 4.30.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 dfaccc6b..d4191579 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarImplicitPresence.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlways.java index 0db5a907..d5abaffa 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredEditionsScalarImplicitPresenceIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredEditionsScalarImplicitPresenceIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java index 09a39f4f..f27f598f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredEditionsScalarImplicitPresenceIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 86887182..1b23305d 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.30.1 +// Protobuf Java Version: 4.30.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 f6d656bb..3479c96b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5f7c3a07..ee77aa26 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.30.1 +// Protobuf Java Version: 4.30.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 1b815e3e..2c42cd9e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProto2Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 bb5d9cb8..7fffbe89 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProto3Proto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1f601195..f167ba4f 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private RequiredFieldProtoEditionsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3aab67ca..0ffe85c9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlways.java index e2fefffb..264f41d5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2MapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2MapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlwaysOrBuilder.java index 90b2f411..f92add4c 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MapIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 14aabf37..a17b8853 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.30.1 +// Protobuf Java Version: 4.30.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 c46a4525..37a2d495 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlways.java index 8bfaa54c..09805917 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2MessageIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2MessageIgnoreAlways.class.getName()); } @@ -76,7 +76,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlwaysOrBuilder.java index caeb91cf..ade0e016 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2MessageIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 2196f5af..f50d31dc 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.30.1 +// Protobuf Java Version: 4.30.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 787a8c6a..529adc25 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Oneof.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlways.java index ce3a3d43..fba5048d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2OneofIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2OneofIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlwaysOrBuilder.java index 52d3a73f..1b3a8c82 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2OneofIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 3ffe4d62..a1669717 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.30.1 +// Protobuf Java Version: 4.30.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 21cea396..70148a4d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlways.java index 1a94ec0a..aae92f6e 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2RepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2RepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlwaysOrBuilder.java index 884c639f..6fbfa852 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2RepeatedIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 b63df24d..68198345 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.30.1 +// Protobuf Java Version: 4.30.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 b360026b..bd0ad2dc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0e63873a..d9186f92 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarOptionalDefault.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlways.java index 04c472e3..6fee8fbd 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2ScalarOptionalDefaultIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarOptionalDefaultIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlwaysOrBuilder.java index 53954fdb..ab8f7d21 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalDefaultIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 1c73c4ff..ab699d67 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlways.java index 13e695fc..c698937a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto2ScalarOptionalIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto2ScalarOptionalIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlwaysOrBuilder.java index ddd77de2..3c0afbbf 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto2ScalarOptionalIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 e17dd83a..98d8d5ec 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.30.1 +// Protobuf Java Version: 4.30.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 39b81d12..168b075a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c4ae97dd..b89fb8ea 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.30.1 +// Protobuf Java Version: 4.30.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 46fe2eee..d09147ec 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Map.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlways.java index 9cba5ffb..a9c5c9eb 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3MapIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3MapIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlwaysOrBuilder.java index a773cc50..70d28d31 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MapIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 87a6ddb9..e1752e6a 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.30.1 +// Protobuf Java Version: 4.30.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 c95287aa..fd1de2cc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlways.java index e5674c1c..206fac41 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3MessageIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3MessageIgnoreAlways.class.getName()); } @@ -71,7 +71,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlwaysOrBuilder.java index 169dd5e9..0bfaf9a7 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3MessageIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 a3f22dcd..aa6f58ee 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.30.1 +// Protobuf Java Version: 4.30.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 4f97cd09..fe031b48 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OneOf.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlways.java index cee1513d..951fa443 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3OneOfIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OneOfIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlwaysOrBuilder.java index 81745594..31117ec5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OneOfIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 bfecc89d..3e8b7d0d 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.30.1 +// Protobuf Java Version: 4.30.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 d0c54ccc..97dcb3b6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OptionalScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlways.java index 22054338..5f583249 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3OptionalScalarIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3OptionalScalarIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlwaysOrBuilder.java index a435c863..8917dabc 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3OptionalScalarIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 009efe8a..b98f00f5 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.30.1 +// Protobuf Java Version: 4.30.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 56580680..f0c8dbf5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Repeated.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlways.java index ea82a55d..acbd6b36 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3RepeatedIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3RepeatedIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlwaysOrBuilder.java index f7f70404..1305cfb8 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3RepeatedIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 e3b4570e..7531d7be 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.30.1 +// Protobuf Java Version: 4.30.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 82ec91a6..20d237da 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3Scalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlways.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlways.java index 2c4700f2..e535e314 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlways.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlways.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -18,7 +18,7 @@ public final class RequiredProto3ScalarIgnoreAlways extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", RequiredProto3ScalarIgnoreAlways.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlwaysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlwaysOrBuilder.java index e4a5b49e..3d291f70 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlwaysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/RequiredProto3ScalarIgnoreAlwaysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; 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 305aa32d..ed5e6213 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.30.1 +// Protobuf Java Version: 4.30.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 f91f6304..6ef8a760 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8dd97826..35fa0b0b 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.30.1 +// Protobuf Java Version: 4.30.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 fe1be21d..c5e42f30 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d26d0d88..7914b787 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.30.1 +// Protobuf Java Version: 4.30.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 95a1339c..f99252a1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ddafc9d2..60e79361 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.30.1 +// Protobuf Java Version: 4.30.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 bfd88435..711d5c77 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e8a268cf..c1b9fa0c 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.30.1 +// Protobuf Java Version: 4.30.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 7a1c7e4f..3093eeb9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b25c345b..b938994e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ad30489f..6d14fcc2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 773b804d..ff9ead9b 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.30.1 +// Protobuf Java Version: 4.30.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 20030bf6..28ef680f 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.30.1 +// Protobuf Java Version: 4.30.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 f0ddb018..08886142 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c43ff64c..238dd1be 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.30.1 +// Protobuf Java Version: 4.30.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 3a528520..f44b09fd 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.30.1 +// Protobuf Java Version: 4.30.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 98a335d6..e98b8841 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e0227e5a..ab57cb3d 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.30.1 +// Protobuf Java Version: 4.30.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 e5095158..10ae7731 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 48dfd652..164e3a8b 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.30.1 +// Protobuf Java Version: 4.30.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 196984a8..6f4aea03 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 753a6afc..10cf2c37 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.30.1 +// Protobuf Java Version: 4.30.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 530e749d..e7b9f719 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cf253777..1714ac69 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1f3eee66..ed03338f 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.30.1 +// Protobuf Java Version: 4.30.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 1d9d957d..7d2b45e2 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.30.1 +// Protobuf Java Version: 4.30.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 0b36f8b9..fa99a936 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 57391cb1..cb11da75 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.30.1 +// Protobuf Java Version: 4.30.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 24936604..fbff97c7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 583c6d8d..c4c41137 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.30.1 +// Protobuf Java Version: 4.30.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 31c6432f..66979c7b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 042ed80f..46d22350 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.30.1 +// Protobuf Java Version: 4.30.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 4cb381b6..15ed4045 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1fbdc553..96f4a749 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.30.1 +// Protobuf Java Version: 4.30.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 81584440..6e05dae4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d48e70fe..72645340 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.30.1 +// Protobuf Java Version: 4.30.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 886a3693..b1e89c1d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 118397b1..9be92c74 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.30.1 +// Protobuf Java Version: 4.30.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 d040f15e..e64b3c6b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5689e506..40e1d031 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d98ad452..1ab4e3d5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ad95d8cf..72909de9 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.30.1 +// Protobuf Java Version: 4.30.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 3af8b12c..692d1b8d 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.30.1 +// Protobuf Java Version: 4.30.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 912e215f..c60e579c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1b796d76..ddef796c 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.30.1 +// Protobuf Java Version: 4.30.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 f47f4a98..31856c39 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.30.1 +// Protobuf Java Version: 4.30.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 19c51193..c26b54c2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e0413069..aecc5bfb 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.30.1 +// Protobuf Java Version: 4.30.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 642a4008..ee3a2816 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 58a4549c..d6767b2e 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.30.1 +// Protobuf Java Version: 4.30.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 5ec4f1b5..e5cc6701 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 84dfedd0..cc235ca1 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.30.1 +// Protobuf Java Version: 4.30.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 154f7747..bce60ef8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 adecd693..6624170d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 537116e2..61064937 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.30.1 +// Protobuf Java Version: 4.30.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 020253c5..a7eee1ec 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.30.1 +// Protobuf Java Version: 4.30.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 e253d2eb..9f10776b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f62e397a..1788fd72 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.30.1 +// Protobuf Java Version: 4.30.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 fafe9e35..5ca8b843 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 49926471..5a2867f5 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.30.1 +// Protobuf Java Version: 4.30.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 c2ae160d..ffc1471d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 da8bcf9a..c0c01a3e 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.30.1 +// Protobuf Java Version: 4.30.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 9a264c69..4c80f975 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a5e85c67..7ac01d25 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.30.1 +// Protobuf Java Version: 4.30.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 d60b77fc..e9a4b485 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 18a8a99a..55f16e9d 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.30.1 +// Protobuf Java Version: 4.30.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 e17a79e0..65e1edec 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ae9cf7a..57d57e9c 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.30.1 +// Protobuf Java Version: 4.30.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 c8ecbd9d..c52495e6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e1d8efaa..f935e16f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b3665974..54bd72fe 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aa46c9c9..36d0b9e9 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.30.1 +// Protobuf Java Version: 4.30.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 26abe653..e26f6bfd 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.30.1 +// Protobuf Java Version: 4.30.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 651bdf37..0e6c701f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1c7f5eae..f48b633e 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.30.1 +// Protobuf Java Version: 4.30.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 a42055c7..4d197536 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.30.1 +// Protobuf Java Version: 4.30.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 233e8bd7..2241813a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2dd8600e..2aa794a3 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.30.1 +// Protobuf Java Version: 4.30.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 4f64ca1e..3475e9ee 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5be0b4f4..72166400 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.30.1 +// Protobuf Java Version: 4.30.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 82f7ce5d..d5a75cca 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8adc7732..5f9ab063 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.30.1 +// Protobuf Java Version: 4.30.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 ea30d241..bc91cab6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ce9402fd..0c896de9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 93758425..f04e017a 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.30.1 +// Protobuf Java Version: 4.30.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 2ca0e4e4..df2cb68f 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.30.1 +// Protobuf Java Version: 4.30.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 9777c701..4fa8b6f1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 fa1dbe06..2b3910fa 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.30.1 +// Protobuf Java Version: 4.30.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 2681b9ba..3c5be30b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f0fba0ba..09e1fac8 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.30.1 +// Protobuf Java Version: 4.30.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 5928d183..66acf39a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ab3b9139..6e45ee2d 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.30.1 +// Protobuf Java Version: 4.30.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 4b35af34..f74b6a80 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4e2d9652..cb7c9add 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.30.1 +// Protobuf Java Version: 4.30.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 066954be..f44c1a2a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7160aa88..f0aec510 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.30.1 +// Protobuf Java Version: 4.30.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 82b1082e..59d96c2e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5870a937..5bdd8313 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.30.1 +// Protobuf Java Version: 4.30.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 5f671df8..6afa9fa0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ba22d319..47e62746 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f5d71183..41904001 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cff0ac68..34906aaf 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.30.1 +// Protobuf Java Version: 4.30.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 d00829b1..eaec7765 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.30.1 +// Protobuf Java Version: 4.30.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 520acb83..b0bdd3e4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 396a0da4..937e49e3 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.30.1 +// Protobuf Java Version: 4.30.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 852ce163..6f96afa0 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.30.1 +// Protobuf Java Version: 4.30.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 dedcb013..00ed44ca 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 78230652..b0b68849 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.30.1 +// Protobuf Java Version: 4.30.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 e74420ae..fd3b2079 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 94270729..e1f1a106 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.30.1 +// Protobuf Java Version: 4.30.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 8837fa2d..0efa8999 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cd3d05c9..13ee317c 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.30.1 +// Protobuf Java Version: 4.30.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 38a71811..e1e82b3b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 941e7904..97f28cf8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0e4c4f12..6c89e47d 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.30.1 +// Protobuf Java Version: 4.30.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 c42500f5..21306bcd 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.30.1 +// Protobuf Java Version: 4.30.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 2d93712b..2b186853 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7915309e..6ae5f6d1 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.30.1 +// Protobuf Java Version: 4.30.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 e9220c3b..0b521388 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 65c08d8c..ae63aa7c 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.30.1 +// Protobuf Java Version: 4.30.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 594c0c4e..46c00518 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f0dca0f4..6705a978 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.30.1 +// Protobuf Java Version: 4.30.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 6800bd68..b39235e9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8ddbe613..3f4dfdd4 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.30.1 +// Protobuf Java Version: 4.30.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 320a85a1..f590f9b9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8f505086..8e78b741 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.30.1 +// Protobuf Java Version: 4.30.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 ce3b919c..ffff9d3b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 33368f26..ed786d54 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.30.1 +// Protobuf Java Version: 4.30.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 5c9abce3..42e020f6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e9df3571..3e8491d5 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.30.1 +// Protobuf Java Version: 4.30.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 637124a9..e15caacc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 92f492e8..7c53537f 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.30.1 +// Protobuf Java Version: 4.30.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 3af4d1cb..8c280a06 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ade447de..1a755485 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.30.1 +// Protobuf Java Version: 4.30.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 92de9eee..3ff5656c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 28215577..b52fa3fd 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.30.1 +// Protobuf Java Version: 4.30.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 56eec597..903a3ec7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 22e26339..1386e8ab 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.30.1 +// Protobuf Java Version: 4.30.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 ae64d7b4..97e00486 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 dcce70c1..62637eee 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.30.1 +// Protobuf Java Version: 4.30.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 c7d67efc..7eda1269 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9a8b4872..40fabdd1 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.30.1 +// Protobuf Java Version: 4.30.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 13782f5e..96860113 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1583ecab..042d85c2 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.30.1 +// Protobuf Java Version: 4.30.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 d89cb9cb..14b44586 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 29d14402..ca82274b 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.30.1 +// Protobuf Java Version: 4.30.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 6e6b5ec3..7773fc0b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 39851aef..038bb1be 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 62794bd1..2415a719 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.30.1 +// Protobuf Java Version: 4.30.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 a67a243a..78783c7a 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.30.1 +// Protobuf Java Version: 4.30.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 b672bee8..878a912c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a6187e88..2ee9b145 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 85abe8f0..d95a6f7c 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.30.1 +// Protobuf Java Version: 4.30.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 d1b70dc4..16eb6ecf 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.30.1 +// Protobuf Java Version: 4.30.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 8e5f2418..f642af67 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 82bf72e9..281b9199 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.30.1 +// Protobuf Java Version: 4.30.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 9874f97d..ea293706 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4ebdced5..4fd69bc1 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.30.1 +// Protobuf Java Version: 4.30.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 29b362fa..352ceb65 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d819521f..ad399266 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.30.1 +// Protobuf Java Version: 4.30.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 3b30932c..e7400b95 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3d0bec0f..b3c9ffd2 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.30.1 +// Protobuf Java Version: 4.30.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 ade437a5..9077a11e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5a6b27f5..84f430d5 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.30.1 +// Protobuf Java Version: 4.30.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 5b431b88..b2f8f2e2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d493d6e3..a7ea15de 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.30.1 +// Protobuf Java Version: 4.30.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 61c0f7f1..602b0a82 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 112943ce..c48ae589 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.30.1 +// Protobuf Java Version: 4.30.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 26373d2e..1b9d895a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 778f4f3c..169b45e0 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.30.1 +// Protobuf Java Version: 4.30.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 4daa3a13..4b8e7170 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 732c2db1..d21ba00b 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.30.1 +// Protobuf Java Version: 4.30.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 0ef25165..f36565e2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cd234103..f6c35a1b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7d5fd0fe..3af1ecfd 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.30.1 +// Protobuf Java Version: 4.30.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 b40713bf..d6d1ccf3 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.30.1 +// Protobuf Java Version: 4.30.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 8992cbdd..4994e964 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2be03ff6..0053bf17 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2a6a4854..878fb0c0 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.30.1 +// Protobuf Java Version: 4.30.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 eb132792..977110b6 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.30.1 +// Protobuf Java Version: 4.30.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 fa991db8..4ca01b2c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 867450f6..1a8493da 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.30.1 +// Protobuf Java Version: 4.30.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 1319ecf3..0539b43d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 317998a5..b8517a98 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.30.1 +// Protobuf Java Version: 4.30.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 d5fd938d..e2fbb669 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5a6c6ac6..9148b197 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.30.1 +// Protobuf Java Version: 4.30.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 a975bcf8..87a95c91 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 793ed1e7..7cf4404a 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.30.1 +// Protobuf Java Version: 4.30.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 a7cae765..dd45e488 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 07776c94..4a9de6a7 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.30.1 +// Protobuf Java Version: 4.30.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 d4a373f7..428acc98 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f7a6ae64..e75ce391 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.30.1 +// Protobuf Java Version: 4.30.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 6ebf0c7d..65c1b893 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ef44e395..0c6e73d6 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.30.1 +// Protobuf Java Version: 4.30.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 96374a8a..6ff421d0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 660d26b6..440745f4 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.30.1 +// Protobuf Java Version: 4.30.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 d7b7db7c..eaf7ef69 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 cff11d70..006822ce 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.30.1 +// Protobuf Java Version: 4.30.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 3de8828e..c772e1ed 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d5ec248a..a000391e 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.30.1 +// Protobuf Java Version: 4.30.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 d4525347..74b7574e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 182694e0..07305e8e 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.30.1 +// Protobuf Java Version: 4.30.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 2cf6f262..c43341db 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b9db6b4a..a77050fd 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.30.1 +// Protobuf Java Version: 4.30.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 4569c65f..7c751c28 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 06a8d3da..b1f4217f 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.30.1 +// Protobuf Java Version: 4.30.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 2015775c..8b1ff022 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6052be0b..2cd1c95b 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.30.1 +// Protobuf Java Version: 4.30.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 363da164..77121f0b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2fefc20f..84104ac5 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.30.1 +// Protobuf Java Version: 4.30.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 6fad391c..0b05cf63 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a6633103..20f7ec06 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.30.1 +// Protobuf Java Version: 4.30.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 83c06bd2..9a35a75e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 930a7c19..df3edc0c 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.30.1 +// Protobuf Java Version: 4.30.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 01542037..fe756d16 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e717036a..7c5a8ece 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.30.1 +// Protobuf Java Version: 4.30.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 2484c9ea..4ccb19f8 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d65da6d7..1bc9f67e 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.30.1 +// Protobuf Java Version: 4.30.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 65938c18..34b31bc4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6b9f3620..31e17a80 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.30.1 +// Protobuf Java Version: 4.30.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 af02516b..74c2d36b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b129a2f8..f1c47485 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.30.1 +// Protobuf Java Version: 4.30.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 194312cd..58eff271 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 27c529f6..0568e767 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.30.1 +// Protobuf Java Version: 4.30.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 bdd9ea15..035b36ea 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4a905e60..418c7db7 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.30.1 +// Protobuf Java Version: 4.30.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 8a8be665..89c6c29f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 c1167f52..865cc41f 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.30.1 +// Protobuf Java Version: 4.30.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 ca629372..55d61f32 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 5d22ea5b..6b397531 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.30.1 +// Protobuf Java Version: 4.30.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 ce81c6d5..a2d77617 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 610cf24c..612c2426 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 350fb801..ac85b2a1 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.30.1 +// Protobuf Java Version: 4.30.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 80c8b045..fb02bfe0 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.30.1 +// Protobuf Java Version: 4.30.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 d2772dbb..485ab420 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 75d3fb5a..2e7ad0a7 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.30.1 +// Protobuf Java Version: 4.30.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 fa8dc879..74be60ee 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2cd789bf..a5342d04 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.30.1 +// Protobuf Java Version: 4.30.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 e6cd8a7b..f8ffa59c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b89ca3b8..32f498ea 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.30.1 +// Protobuf Java Version: 4.30.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 2b991550..8e29e455 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0762492c..f69bbaf6 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.30.1 +// Protobuf Java Version: 4.30.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 bf560851..a01a43c9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 08d1fdfa..c4b6073f 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.30.1 +// Protobuf Java Version: 4.30.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 246e6bba..90467061 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2ace89ea..5237cdba 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e0097495..da87afc5 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.30.1 +// Protobuf Java Version: 4.30.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 020d2340..c9413880 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.30.1 +// Protobuf Java Version: 4.30.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 f2008396..b184af2c 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private StringsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 29e22af9..301922b5 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -30,7 +30,7 @@ public enum TestEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 012384dd..162bf9a7 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -34,7 +34,7 @@ public enum TestEnumAlias com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 ef03ec87..8e233f30 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2d9c263f..a03a9f09 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.30.1 +// Protobuf Java Version: 4.30.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 d12367b4..8e2b1f57 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a964751c..326dbca1 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.30.1 +// Protobuf Java Version: 4.30.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 ffd699f2..b1133f30 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9ac70cb9..f1c5ec98 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.30.1 +// Protobuf Java Version: 4.30.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 1ead4e6d..9515d562 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 70eeee90..9963901d 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.30.1 +// Protobuf Java Version: 4.30.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 bc8e5f54..b64e9400 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4d7e821e..abd04c00 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.30.1 +// Protobuf Java Version: 4.30.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 6dcc46b4..f94aeaf5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3ff45208..b1776fd9 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.30.1 +// Protobuf Java Version: 4.30.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 3b5c5d81..31988df2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7223dfa9..4a4a6bba 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 bd679917..8fca4a86 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 44f5e2bf..dbeaec15 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.30.1 +// Protobuf Java Version: 4.30.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 38b7f422..8cab48e6 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.30.1 +// Protobuf Java Version: 4.30.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 ba8d18fa..bfdfe97b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9fb69759..a30d3477 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.30.1 +// Protobuf Java Version: 4.30.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 9b80245a..746173b4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aa64c7dd..3b240dd5 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.30.1 +// Protobuf Java Version: 4.30.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 fd214a80..9d96b686 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e7e408d0..93e6747a 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.30.1 +// Protobuf Java Version: 4.30.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 cf13fc9f..2237dd60 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.30.1 +// Protobuf Java Version: 4.30.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 f9ccd1d9..b896d8a3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 354420ec..d55c2826 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7dc435bf..0993a958 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.30.1 +// Protobuf Java Version: 4.30.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 f1343135..9920af72 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 56803b5a..4e679241 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.30.1 +// Protobuf Java Version: 4.30.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 7e92b34d..60eb7763 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 407b4c70..d562ad19 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.30.1 +// Protobuf Java Version: 4.30.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 0335587f..f7a245d3 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.30.1 +// Protobuf Java Version: 4.30.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 13b94525..b2ecaba3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9bcebfa7..d4d8ea57 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.30.1 +// Protobuf Java Version: 4.30.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 a1d61e30..8f2124a7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9ceb7b7d..dbe9957a 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.30.1 +// Protobuf Java Version: 4.30.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 538a2a7a..9bc6cd3d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9ad62d60..67e8343f 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.30.1 +// Protobuf Java Version: 4.30.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 787a01ee..7732414c 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 292984a5..0d58774d 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.30.1 +// Protobuf Java Version: 4.30.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 975fe749..a132cca5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0bd5432d..0e873bc5 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.30.1 +// Protobuf Java Version: 4.30.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 ccc92c29..673e0ba3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 db56bf46..f4095a73 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.30.1 +// Protobuf Java Version: 4.30.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 4293c6c6..d7233f9b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ddc4a875..080c5f4c 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.30.1 +// Protobuf Java Version: 4.30.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 5d7efe36..9587e960 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 50e0c60f..df8a69e8 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.30.1 +// Protobuf Java Version: 4.30.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 a39c3989..c59f8b42 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8038cd53..1c202aa2 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.30.1 +// Protobuf Java Version: 4.30.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 236a8914..12fad642 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7d8d8b34..8ef0593e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 23eb5851..8f5764d9 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3fe93765..bf9cf491 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.30.1 +// Protobuf Java Version: 4.30.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 6de3134a..9a06ddba 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.30.1 +// Protobuf Java Version: 4.30.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 a4624c78..86812bfb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9046b65e..7842aef0 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.30.1 +// Protobuf Java Version: 4.30.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 af3c51cc..5881637f 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.30.1 +// Protobuf Java Version: 4.30.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 63763495..3b59c6ef 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0ce22858..87d4e9ad 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.30.1 +// Protobuf Java Version: 4.30.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 3123f7a1..7f0388bb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d328c248..259fb5f4 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.30.1 +// Protobuf Java Version: 4.30.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 6e3485b9..4d56a53b 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 908458ad..26e708e5 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.30.1 +// Protobuf Java Version: 4.30.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 b0c87527..75f23c23 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 53147404..4d31c96d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6ec9123b..7701af39 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.30.1 +// Protobuf Java Version: 4.30.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 5af38c75..5edf0566 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.30.1 +// Protobuf Java Version: 4.30.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 de4bfeb0..a5f4ebfc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1301e96b..4d62b3e3 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.30.1 +// Protobuf Java Version: 4.30.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 f10f7b44..e99d6c45 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 10c58527..668cba20 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.30.1 +// Protobuf Java Version: 4.30.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 8c13bc46..006ac49e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 45d1e7e1..5feda8cb 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.30.1 +// Protobuf Java Version: 4.30.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 6994db78..78fe54aa 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 a166861f..dc6d7058 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.30.1 +// Protobuf Java Version: 4.30.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 f20e8d5c..20aa838d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e27e2b26..f44b881c 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.30.1 +// Protobuf Java Version: 4.30.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 afeec67f..d8186b31 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 06f3c274..d41cdc6b 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.30.1 +// Protobuf Java Version: 4.30.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 65d546c7..9d96ef71 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d725306d..c61974a1 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 43ba05c2..7bac48bb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 e9d904cb..73fc36af 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.30.1 +// Protobuf Java Version: 4.30.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 661f1e94..76d9acb7 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.30.1 +// Protobuf Java Version: 4.30.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 785089c7..5c1719a6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2c09ff35..e9ca35d8 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.30.1 +// Protobuf Java Version: 4.30.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 c706754a..bc232834 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.30.1 +// Protobuf Java Version: 4.30.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 2b0bf35e..9f84cdae 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 21d3e8f0..1ee32800 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.30.1 +// Protobuf Java Version: 4.30.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 0d479346..8019dc54 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 73b2d906..47b1e04b 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.30.1 +// Protobuf Java Version: 4.30.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 18142264..ebd707da 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 9bb56ac3..ffe1ea01 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.30.1 +// Protobuf Java Version: 4.30.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 42009bdd..e064b44f 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 f91afc79..b195bc4a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3e922718..0bc36953 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.30.1 +// Protobuf Java Version: 4.30.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 2b063864..5d73aaee 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.30.1 +// Protobuf Java Version: 4.30.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 4bd9b54c..2fe6e2eb 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 320661f3..2553529c 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.30.1 +// Protobuf Java Version: 4.30.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 74fa726c..8c448c91 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8b0884d5..113f6844 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.30.1 +// Protobuf Java Version: 4.30.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 02b7f4ca..c00128b9 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktAnyProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 218a2f87..16046351 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktDurationProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 9eb96e87..fffef027 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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= */ 30, - /* 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 786d8671..6f01fbbe 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.30.1 +// Protobuf Java Version: 4.30.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 34293347..2f365ba9 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktNestedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1d21270e..08ec0374 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktTimestampProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1a3c4477..bde1a0c1 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases; @@ -12,7 +12,7 @@ private WktWrappersProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 6c420479..add10196 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 85867a9f..c27b3003 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.30.1 +// Protobuf Java Version: 4.30.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 d713f45d..9f884917 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 475e1573..6091d3f1 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.30.1 +// Protobuf Java Version: 4.30.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 c08e9df9..0e60ad22 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 19566a25..ca4af629 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.30.1 +// Protobuf Java Version: 4.30.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 a56d8fcd..667dc229 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ee9d894f..fe277416 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.30.1 +// Protobuf Java Version: 4.30.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 bcea5bd6..ef62b1f5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 b2b376ea..9d3c52eb 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.30.1 +// Protobuf Java Version: 4.30.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 8ef9010b..a345790a 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6b4cfda4..26238601 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.30.1 +// Protobuf Java Version: 4.30.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 b792146e..95aa88f4 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 648cbb8a..50136617 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.30.1 +// Protobuf Java Version: 4.30.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 3dd6c81a..cbe09403 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4668d961..8a829e4d 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.30.1 +// Protobuf Java Version: 4.30.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 a0ddd02f..98cfa1bc 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 bd074165..f9d1070e 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.30.1 +// Protobuf Java Version: 4.30.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 165bfb74..906074c0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3b87256e..8e84a3ab 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.30.1 +// Protobuf Java Version: 4.30.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 54a77eae..ba748a1e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 587a6c01..a562f3a7 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.30.1 +// Protobuf Java Version: 4.30.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 58d31709..94e0796e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 1dd908ec..ab09f038 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.30.1 +// Protobuf Java Version: 4.30.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 f484f9a1..d88ca21d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 2528c8ca..5c2756f3 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.30.1 +// Protobuf Java Version: 4.30.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 12a5db00..ed0b78a3 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 d3a03e0b..7dc92a7f 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.30.1 +// Protobuf Java Version: 4.30.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 dc944b5d..007e21a8 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -12,7 +12,7 @@ private CustomConstraintsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 9a665ed6..c9fe4eb2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 6df231f8..493adf81 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.30.1 +// Protobuf Java Version: 4.30.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 0f4ee842..7ce7936d 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Enum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnum.java index b0a87fcd..11373006 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnum.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionEnum extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnumOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnumOrBuilder.java index 21d25f10..62e37d6b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnumOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionEnumOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnum.java index 0fb76070..6e576032 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnum.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapEnum extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumOrBuilder.java index 5f998d44..e445e931 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValues.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValues.java index 411181f8..b5fd5b1a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValues.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValues.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapEnumValues extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapEnumValues.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValuesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValuesOrBuilder.java index 9d968f55..20de24c2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValuesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapEnumValuesOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeys.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeys.java index 9463dbff..67f75ce9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeys.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeys.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapKeys extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapKeys.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeysOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeysOrBuilder.java index bacf119b..8f1ae246 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeysOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapKeysOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessage.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessage.java index 3125cd90..0ff81c9f 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessage.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessage.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapMessage.class.getName()); } @@ -77,7 +77,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageOrBuilder.java index 6977d559..a74a8026 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValues.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValues.java index 9944a42b..22e2de62 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValues.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValues.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapMessageValues extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapMessageValues.class.getName()); } @@ -77,7 +77,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValuesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValuesOrBuilder.java index c23d8cba..2e0dba7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValuesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapMessageValuesOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalar.java index 3d5cd4e6..f0e83279 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarOrBuilder.java index dd2ab080..450f5af5 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValues.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValues.java index 483dec62..bbe33592 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValues.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValues.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMapScalarValues extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMapScalarValues.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValuesOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValuesOrBuilder.java index 3dc1f0f1..8e646e39 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValuesOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMapScalarValuesOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessage.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessage.java index de97d02a..78ab469a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessage.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessage.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMessage.class.getName()); } @@ -65,7 +65,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessageOrBuilder.java index 52ea65df..f2ca2948 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMessageOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalar.java index 5a5a081f..cf7180d9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionMultipleScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionMultipleScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalarOrBuilder.java index 126d7c12..e76c70d2 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionMultipleScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalar.java index 831880b3..7bd2b15d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionNestedScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionNestedScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalarOrBuilder.java index 79bddf42..bb2ae6c9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionNestedScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalar.java index 26f58b12..c0eaaf69 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionOptionalScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionOptionalScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalarOrBuilder.java index d26fad85..dd508f2b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionOptionalScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnum.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnum.java index 883fbce3..60cb96ed 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnum.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnum.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedEnum extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedEnum.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItems.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItems.java index 7aedcfb8..84d66a7b 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItems.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItems.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedEnumItems extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedEnumItems.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItemsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItemsOrBuilder.java index 82da5737..1ee4464d 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItemsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumItemsOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumOrBuilder.java index c3c62e6b..e588a1e3 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedEnumOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessage.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessage.java index 37809ff9..2f1077f9 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessage.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessage.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedMessage.class.getName()); } @@ -66,7 +66,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItems.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItems.java index 41a65e02..2f9bfe07 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItems.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItems.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedMessageItems extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedMessageItems.class.getName()); } @@ -66,7 +66,7 @@ public static final class Msg extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Msg.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItemsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItemsOrBuilder.java index 3c2dfaa1..ce957f91 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItemsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageItemsOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageOrBuilder.java index df1b9af8..bac59085 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedMessageOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalar.java index ce4444b0..cd5fa9ec 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItems.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItems.java index d77d274f..860d4e74 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItems.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItems.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionRepeatedScalarItems extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionRepeatedScalarItems.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItemsOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItemsOrBuilder.java index dda5e1b6..130459d1 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItemsOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarItemsOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarOrBuilder.java index b89b0465..31d28ec0 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionRepeatedScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalar.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalar.java index 8ad87e20..bb35d97a 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalar.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalar.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.custom_constraints; @@ -18,7 +18,7 @@ public final class FieldExpressionScalar extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldExpressionScalar.class.getName()); } diff --git a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalarOrBuilder.java b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalarOrBuilder.java index 7d539f02..b12305a4 100644 --- a/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalarOrBuilder.java +++ b/conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionScalarOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 71a74572..56ba70e6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 8adaaad1..5dba8b84 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.30.1 +// Protobuf Java Version: 4.30.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 400b07b3..8596c4da 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 84889970..ce5fe4bc 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.30.1 +// Protobuf Java Version: 4.30.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 76e8d91a..8781dcb6 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 aca8c582..fc267527 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.30.1 +// Protobuf Java Version: 4.30.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 ac3a571e..d012af3e 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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= */ 30, - /* 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 24dde00d..14de800b 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.30.1 +// Protobuf Java Version: 4.30.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 7b80d80b..b3ae9422 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 4d417ea1..d419b51f 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.30.1 +// Protobuf Java Version: 4.30.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 fdc60bf5..c0ff8dd0 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed.class.getName()); } @@ -67,7 +67,7 @@ public enum Enumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", DoubleEmbed.class.getName()); } @@ -225,7 +225,7 @@ public enum DoubleEnumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1881605e..86b22bdb 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.30.1 +// Protobuf Java Version: 4.30.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 c5e9c813..d4b93fcd 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.other_package; @@ -12,7 +12,7 @@ private EmbedProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3cec24be..a6c383f0 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.cases.subdirectory; @@ -12,7 +12,7 @@ private InSubdirectoryProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 2e7fb64a..2bd07e83 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", Embed.class.getName()); } @@ -67,7 +67,7 @@ public enum Enumerated com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 0b3d2522..68fb4abd 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 af2849fb..aa020d00 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.30.1 +// Protobuf Java Version: 4.30.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 10ba9c10..8488d5d5 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 17b84152..1ace3ad4 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.30.1 +// Protobuf Java Version: 4.30.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 0e9aad23..e7b7bab7 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.harness; @@ -12,7 +12,7 @@ private HarnessProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1e484024..fa11e1e7 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 65e7ddbc..10b9437a 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.30.1 +// Protobuf Java Version: 4.30.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 5874184e..53560fd2 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3fbbcf9e..897724b9 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.30.1 +// Protobuf Java Version: 4.30.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 43d812f3..4ee93570 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.harness; @@ -12,7 +12,7 @@ private ResultsProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 47f4c4ac..1fe8c681 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 0107e8e3..cabfbf27 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.30.1 +// Protobuf Java Version: 4.30.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 4ac2b375..dec9a911 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 ce76d8f2..2981e7c5 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.30.1 +// Protobuf Java Version: 4.30.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 bd08e8dd..a0e79630 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 3e571e4e..8c67cbad 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.30.1 +// Protobuf Java Version: 4.30.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 bf7fb5f7..f6c3ad09 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.30.1 +// Protobuf Java Version: 4.30.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= */ 30, - /* 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 7ebd694c..997c2530 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate.conformance.harness; diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5d8ed49..cad71f79 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ maven-publish = "0.31.0" # - conformance/buf.gen.yaml # - src/test/resources/proto/buf.gen.imports.yaml # - src/test/resources/proto/buf.gen.noimports.yaml -protobuf = "4.30.1" +protobuf = "4.30.2" [libraries] assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" } diff --git a/src/main/java/build/buf/validate/AnyRules.java b/src/main/java/build/buf/validate/AnyRules.java index 8639f0f7..96fc0333 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -22,7 +22,7 @@ public final class AnyRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 e99666fe..acd7a873 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.30.1 +// Protobuf Java Version: 4.30.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 25483d4d..29bbc1f8 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class BoolRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 8874e51e..4178a1b3 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.30.1 +// Protobuf Java Version: 4.30.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 7f32298a..c75dc87e 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class BytesRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 a4792f38..3c0db693 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.30.1 +// Protobuf Java Version: 4.30.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 920b700a..9f033f96 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -36,7 +36,7 @@ public final class Constraint extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 0e576607..59fd7d7d 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.30.1 +// Protobuf Java Version: 4.30.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 922d8daf..2d7cbf46 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class DoubleRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 afe2b859..8cde53b1 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.30.1 +// Protobuf Java Version: 4.30.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 a9470678..9d9b989a 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class DurationRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 88e0e170..dab1c60d 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.30.1 +// Protobuf Java Version: 4.30.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 7326ded7..83507747 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class EnumRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 714b05d4..ebb04826 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.30.1 +// Protobuf Java Version: 4.30.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 e23774ff..a6761516 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class FieldConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 cc478f62..0fd455ff 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/FieldPath.java b/src/main/java/build/buf/validate/FieldPath.java index 8714e74d..06958500 100644 --- a/src/main/java/build/buf/validate/FieldPath.java +++ b/src/main/java/build/buf/validate/FieldPath.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -25,7 +25,7 @@ public final class FieldPath extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldPath.class.getName()); } diff --git a/src/main/java/build/buf/validate/FieldPathElement.java b/src/main/java/build/buf/validate/FieldPathElement.java index 353fada8..cc9ef41e 100644 --- a/src/main/java/build/buf/validate/FieldPathElement.java +++ b/src/main/java/build/buf/validate/FieldPathElement.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -26,7 +26,7 @@ public final class FieldPathElement extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* patch= */ 1, + /* patch= */ 2, /* suffix= */ "", FieldPathElement.class.getName()); } diff --git a/src/main/java/build/buf/validate/FieldPathElementOrBuilder.java b/src/main/java/build/buf/validate/FieldPathElementOrBuilder.java index f41fb123..8eb55e55 100644 --- a/src/main/java/build/buf/validate/FieldPathElementOrBuilder.java +++ b/src/main/java/build/buf/validate/FieldPathElementOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; diff --git a/src/main/java/build/buf/validate/FieldPathOrBuilder.java b/src/main/java/build/buf/validate/FieldPathOrBuilder.java index f6ad7c5f..be1eed23 100644 --- a/src/main/java/build/buf/validate/FieldPathOrBuilder.java +++ b/src/main/java/build/buf/validate/FieldPathOrBuilder.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.30.1 +// Protobuf Java Version: 4.30.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 356881dd..be3ccf93 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class Fixed32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 63a6353a..65fd3c60 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.30.1 +// Protobuf Java Version: 4.30.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 411570ea..108ec184 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class Fixed64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 175fbbde..a79cb3fc 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.30.1 +// Protobuf Java Version: 4.30.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 a23c3135..6fd9f188 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class FloatRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 580939af..e97ba9a0 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.30.1 +// Protobuf Java Version: 4.30.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 482120b0..fec8281a 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -184,7 +184,7 @@ public enum Ignore com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 1922e2d7..e61a8438 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Int32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 65072aec..2fa72941 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.30.1 +// Protobuf Java Version: 4.30.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 af3b12f4..0da239af 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Int64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 c7f2cd10..e146c390 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.30.1 +// Protobuf Java Version: 4.30.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 136cf429..e36ef4b0 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -41,7 +41,7 @@ public enum KnownRegex com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 2aec476c..6e03b60d 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class MapRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 0b19346b..bf2882e6 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.30.1 +// Protobuf Java Version: 4.30.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 05afbeda..8a5cb994 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class MessageConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 13ec6b27..b943e812 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.30.1 +// Protobuf Java Version: 4.30.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 1b530c04..a6f3b9c5 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class OneofConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 cc14f207..737c9c7a 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.30.1 +// Protobuf Java Version: 4.30.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 10d9c468..e3969425 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class PredefinedConstraints extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3d08a8b6..0d81b78d 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.30.1 +// Protobuf Java Version: 4.30.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 ccbb8bd0..a055e05f 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class RepeatedRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 fd71beab..050cf88d 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.30.1 +// Protobuf Java Version: 4.30.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 7d8c8340..f6644148 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SFixed32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 d79af1b0..174c5280 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.30.1 +// Protobuf Java Version: 4.30.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 e2c9538d..d534390d 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SFixed64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 101e7a92..f88224fa 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.30.1 +// Protobuf Java Version: 4.30.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 d21106ba..8ee2f843 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SInt32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 b8159f78..811d9f9d 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.30.1 +// Protobuf Java Version: 4.30.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 8c4b0ee0..fae5d8a4 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class SInt64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 689c2038..e02980fa 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.30.1 +// Protobuf Java Version: 4.30.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 43cb42d3..ab197458 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class StringRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 3f188671..7c05e67f 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.30.1 +// Protobuf Java Version: 4.30.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 9d097625..ff845463 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -23,7 +23,7 @@ public final class TimestampRules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 bc945bea..60730f80 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.30.1 +// Protobuf Java Version: 4.30.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 be947e68..f19e3df6 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class UInt32Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 f6934840..1ab31b75 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.30.1 +// Protobuf Java Version: 4.30.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 c7aef5d5..31b7774a 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class UInt64Rules extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 9f7d2f62..7d5869bc 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.30.1 +// Protobuf Java Version: 4.30.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 e3245f87..a23d5a1f 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -12,7 +12,7 @@ private ValidateProto() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 5a323f30..7ba70fd6 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -33,7 +33,7 @@ public final class Violation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 6011f3b9..e9219368 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.30.1 +// Protobuf Java Version: 4.30.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 0ed098db..100c4f5f 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.30.1 +// Protobuf Java Version: 4.30.2 package build.buf.validate; @@ -24,7 +24,7 @@ public final class Violations extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 30, - /* 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 f37dfd6e..010d3b81 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.30.1 +// Protobuf Java Version: 4.30.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 59845eb8..9a38518a 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:v30.1 + - remote: buf.build/protocolbuffers/java:v30.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 c8a0475a..232aa4af 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:v30.1 + - remote: buf.build/protocolbuffers/java:v30.2 out: build/generated/test-sources/bufgen inputs: - directory: src/main/resources