|
|
@ -146,12 +146,12 @@ public final class Proto3AllTypes {
|
|
|
|
* Protobuf type {@code org.redisson.codec.protobuf.raw.AllTypes3}
|
|
|
|
* Protobuf type {@code org.redisson.codec.protobuf.raw.AllTypes3}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static final class AllTypes3 extends
|
|
|
|
public static final class AllTypes3 extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
|
com.google.protobuf.GeneratedMessage implements
|
|
|
|
// @@protoc_insertion_point(message_implements:org.redisson.codec.protobuf.raw.AllTypes3)
|
|
|
|
// @@protoc_insertion_point(message_implements:org.redisson.codec.protobuf.raw.AllTypes3)
|
|
|
|
AllTypes3OrBuilder {
|
|
|
|
AllTypes3OrBuilder {
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
// Use AllTypes3.newBuilder() to construct.
|
|
|
|
// Use AllTypes3.newBuilder() to construct.
|
|
|
|
private AllTypes3(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
private AllTypes3(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
|
|
|
super(builder);
|
|
|
|
super(builder);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private AllTypes3() {
|
|
|
|
private AllTypes3() {
|
|
|
@ -173,7 +173,7 @@ public final class Proto3AllTypes {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return Proto3AllTypes.internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable
|
|
|
|
return Proto3AllTypes.internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
@ -471,8 +471,8 @@ public final class Proto3AllTypes {
|
|
|
|
if (boolType_ != false) {
|
|
|
|
if (boolType_ != false) {
|
|
|
|
output.writeBool(13, boolType_);
|
|
|
|
output.writeBool(13, boolType_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stringType_)) {
|
|
|
|
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stringType_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, stringType_);
|
|
|
|
com.google.protobuf.GeneratedMessage.writeString(output, 14, stringType_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!bytesType_.isEmpty()) {
|
|
|
|
if (!bytesType_.isEmpty()) {
|
|
|
|
output.writeBytes(15, bytesType_);
|
|
|
|
output.writeBytes(15, bytesType_);
|
|
|
@ -545,8 +545,8 @@ public final class Proto3AllTypes {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeBoolSize(13, boolType_);
|
|
|
|
.computeBoolSize(13, boolType_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stringType_)) {
|
|
|
|
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stringType_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, stringType_);
|
|
|
|
size += com.google.protobuf.GeneratedMessage.computeStringSize(14, stringType_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!bytesType_.isEmpty()) {
|
|
|
|
if (!bytesType_.isEmpty()) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
@ -692,20 +692,20 @@ public final class Proto3AllTypes {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(java.io.InputStream input)
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -713,20 +713,20 @@ public final class Proto3AllTypes {
|
|
|
|
java.io.InputStream input,
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
public static Proto3AllTypes.AllTypes3 parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
return com.google.protobuf.GeneratedMessage
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -746,7 +746,7 @@ public final class Proto3AllTypes {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
return builder;
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -754,7 +754,7 @@ public final class Proto3AllTypes {
|
|
|
|
* Protobuf type {@code org.redisson.codec.protobuf.raw.AllTypes3}
|
|
|
|
* Protobuf type {@code org.redisson.codec.protobuf.raw.AllTypes3}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static final class Builder extends
|
|
|
|
public static final class Builder extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
|
|
|
// @@protoc_insertion_point(builder_implements:org.redisson.codec.protobuf.raw.AllTypes3)
|
|
|
|
// @@protoc_insertion_point(builder_implements:org.redisson.codec.protobuf.raw.AllTypes3)
|
|
|
|
Proto3AllTypes.AllTypes3OrBuilder {
|
|
|
|
Proto3AllTypes.AllTypes3OrBuilder {
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
@ -763,7 +763,7 @@ public final class Proto3AllTypes {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return Proto3AllTypes.internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable
|
|
|
|
return Proto3AllTypes.internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
@ -776,7 +776,7 @@ public final class Proto3AllTypes {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private Builder(
|
|
|
|
private Builder(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
|
|
|
super(parent);
|
|
|
|
super(parent);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1792,7 +1792,7 @@ public final class Proto3AllTypes {
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor;
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor;
|
|
|
|
private static final
|
|
|
|
private static final
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable;
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable;
|
|
|
|
|
|
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
@ -1823,7 +1823,7 @@ public final class Proto3AllTypes {
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor =
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor =
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable = new
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_fieldAccessorTable = new
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor,
|
|
|
|
internal_static_org_redisson_codec_protobuf_raw_AllTypes3_descriptor,
|
|
|
|
new String[] { "DoubleType", "FloatType", "Int32Type", "Int64Type", "Uint32Type", "Uint64Type", "Sint32Type", "Sint64Type", "Fixed32Type", "Fixed64Type", "Sfixed32Type", "Sfixed64Type", "BoolType", "StringType", "BytesType", });
|
|
|
|
new String[] { "DoubleType", "FloatType", "Int32Type", "Int64Type", "Uint32Type", "Uint64Type", "Sint32Type", "Sint64Type", "Fixed32Type", "Fixed64Type", "Sfixed32Type", "Sfixed64Type", "BoolType", "StringType", "BytesType", });
|
|
|
|
}
|
|
|
|
}
|
|
|
|