diff --git a/samples/snippets/src/main/java/utilities/StateProto.java b/samples/snippets/src/main/java/utilities/StateProto.java index 2923d45c5..9cca1ba7d 100644 --- a/samples/snippets/src/main/java/utilities/StateProto.java +++ b/samples/snippets/src/main/java/utilities/StateProto.java @@ -15,90 +15,93 @@ */ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: us-states.proto +// Protobuf Java Version: 4.27.4 -// Protobuf Java Version: 3.25.3 - -/** - * This file is created using protoc. - * - *
To download, visit https://developers.google.com/protocol-buffers/docs/downloads - * - *
Run the following command from the `samples/snippets` directory to generate this class: - * - *
`protoc --proto_path=src/main/resources/ --java_out=src/main/java/
- * src/main/resources/us-states.proto`
- */
package utilities;
public final class StateProto {
private StateProto() {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 27,
+ /* patch= */ 4,
+ /* suffix= */ "",
+ StateProto.class.getName());
+ }
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistryLite registry) {
}
- public interface StateOrBuilder
- extends
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistry registry) {
+ registerAllExtensions(
+ (com.google.protobuf.ExtensionRegistryLite) registry);
+ }
+ public interface StateOrBuilder extends
// @@protoc_insertion_point(interface_extends:utilities.State)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
- *
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
- *
* @return The bytes for name.
*/
- com.google.protobuf.ByteString getNameBytes();
+ com.google.protobuf.ByteString
+ getNameBytes();
/**
* string post_abbr = 2;
- *
* @return The postAbbr.
*/
java.lang.String getPostAbbr();
/**
* string post_abbr = 2;
- *
* @return The bytes for postAbbr.
*/
- com.google.protobuf.ByteString getPostAbbrBytes();
+ com.google.protobuf.ByteString
+ getPostAbbrBytes();
}
- /** Protobuf type {@code utilities.State} */
- public static final class State extends com.google.protobuf.GeneratedMessageV3
- implements
+ /**
+ * Protobuf type {@code utilities.State}
+ */
+ public static final class State extends
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:utilities.State)
StateOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 27,
+ /* patch= */ 4,
+ /* suffix= */ "",
+ State.class.getName());
+ }
// Use State.newBuilder() to construct.
- private State(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private State(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
-
private State() {
name_ = "";
postAbbr_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new State();
- }
-
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
return utilities.StateProto.internal_static_utilities_State_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return utilities.StateProto.internal_static_utilities_State_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -106,12 +109,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
public static final int NAME_FIELD_NUMBER = 1;
-
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* string name = 1;
- *
* @return The name.
*/
@java.lang.Override
@@ -120,7 +121,8 @@ public java.lang.String getName() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
@@ -128,15 +130,16 @@ public java.lang.String getName() {
}
/**
* string name = 1;
- *
* @return The bytes for name.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getNameBytes() {
+ public com.google.protobuf.ByteString
+ getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
name_ = b;
return b;
} else {
@@ -145,12 +148,10 @@ public com.google.protobuf.ByteString getNameBytes() {
}
public static final int POST_ABBR_FIELD_NUMBER = 2;
-
@SuppressWarnings("serial")
private volatile java.lang.Object postAbbr_ = "";
/**
* string post_abbr = 2;
- *
* @return The postAbbr.
*/
@java.lang.Override
@@ -159,7 +160,8 @@ public java.lang.String getPostAbbr() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
postAbbr_ = s;
return s;
@@ -167,15 +169,16 @@ public java.lang.String getPostAbbr() {
}
/**
* string post_abbr = 2;
- *
* @return The bytes for postAbbr.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getPostAbbrBytes() {
+ public com.google.protobuf.ByteString
+ getPostAbbrBytes() {
java.lang.Object ref = postAbbr_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
postAbbr_ = b;
return b;
} else {
@@ -184,7 +187,6 @@ public com.google.protobuf.ByteString getPostAbbrBytes() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -196,12 +198,13 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(postAbbr_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, postAbbr_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(postAbbr_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, postAbbr_);
}
getUnknownFields().writeTo(output);
}
@@ -212,11 +215,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(postAbbr_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, postAbbr_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(postAbbr_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, postAbbr_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -226,15 +229,17 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof utilities.StateProto.State)) {
return super.equals(obj);
}
utilities.StateProto.State other = (utilities.StateProto.State) obj;
- if (!getName().equals(other.getName())) return false;
- if (!getPostAbbr().equals(other.getPostAbbr())) return false;
+ if (!getName()
+ .equals(other.getName())) return false;
+ if (!getPostAbbr()
+ .equals(other.getPostAbbr())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -255,113 +260,112 @@ public int hashCode() {
return hash;
}
- public static utilities.StateProto.State parseFrom(java.nio.ByteBuffer data)
+ public static utilities.StateProto.State parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static utilities.StateProto.State parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static utilities.StateProto.State parseFrom(com.google.protobuf.ByteString data)
+ public static utilities.StateProto.State parseFrom(
+ com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static utilities.StateProto.State parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static utilities.StateProto.State parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static utilities.StateProto.State parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static utilities.StateProto.State parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage
+ .parseWithIOException(PARSER, input);
}
-
public static utilities.StateProto.State parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessage
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
public static utilities.StateProto.State parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage
+ .parseDelimitedWithIOException(PARSER, input);
}
public static utilities.StateProto.State parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessage
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
- public static utilities.StateProto.State parseFrom(com.google.protobuf.CodedInputStream input)
+ public static utilities.StateProto.State parseFrom(
+ com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage
+ .parseWithIOException(PARSER, input);
}
-
public static utilities.StateProto.State parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessage
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(utilities.StateProto.State prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
- /** Protobuf type {@code utilities.State} */
- public static final class Builder
- extends com.google.protobuf.GeneratedMessageV3.Builderstring name = 1;
- *
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
@@ -556,14 +523,15 @@ public java.lang.String getName() {
}
/**
* string name = 1;
- *
* @return The bytes for name.
*/
- public com.google.protobuf.ByteString getNameBytes() {
+ public com.google.protobuf.ByteString
+ getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
name_ = b;
return b;
} else {
@@ -572,14 +540,12 @@ public com.google.protobuf.ByteString getNameBytes() {
}
/**
* string name = 1;
- *
* @param value The name to set.
* @return This builder for chaining.
*/
- public Builder setName(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setName(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
@@ -587,7 +553,6 @@ public Builder setName(java.lang.String value) {
}
/**
* string name = 1;
- *
* @return This builder for chaining.
*/
public Builder clearName() {
@@ -598,14 +563,12 @@ public Builder clearName() {
}
/**
* string name = 1;
- *
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
- public Builder setNameBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setNameBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000001;
@@ -616,13 +579,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
private java.lang.Object postAbbr_ = "";
/**
* string post_abbr = 2;
- *
* @return The postAbbr.
*/
public java.lang.String getPostAbbr() {
java.lang.Object ref = postAbbr_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
postAbbr_ = s;
return s;
@@ -632,14 +595,15 @@ public java.lang.String getPostAbbr() {
}
/**
* string post_abbr = 2;
- *
* @return The bytes for postAbbr.
*/
- public com.google.protobuf.ByteString getPostAbbrBytes() {
+ public com.google.protobuf.ByteString
+ getPostAbbrBytes() {
java.lang.Object ref = postAbbr_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
postAbbr_ = b;
return b;
} else {
@@ -648,14 +612,12 @@ public com.google.protobuf.ByteString getPostAbbrBytes() {
}
/**
* string post_abbr = 2;
- *
* @param value The postAbbr to set.
* @return This builder for chaining.
*/
- public Builder setPostAbbr(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setPostAbbr(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
postAbbr_ = value;
bitField0_ |= 0x00000002;
onChanged();
@@ -663,7 +625,6 @@ public Builder setPostAbbr(java.lang.String value) {
}
/**
* string post_abbr = 2;
- *
* @return This builder for chaining.
*/
public Builder clearPostAbbr() {
@@ -674,14 +635,12 @@ public Builder clearPostAbbr() {
}
/**
* string post_abbr = 2;
- *
* @param value The bytes for postAbbr to set.
* @return This builder for chaining.
*/
- public Builder setPostAbbrBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setPostAbbrBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
postAbbr_ = value;
bitField0_ |= 0x00000002;
@@ -689,24 +648,11 @@ public Builder setPostAbbrBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:utilities.State)
}
// @@protoc_insertion_point(class_scope:utilities.State)
private static final utilities.StateProto.State DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new utilities.StateProto.State();
}
@@ -715,28 +661,27 @@ public static utilities.StateProto.State getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser